-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Apparently have to require the 'wheel' package be present * setup.py: Workaround for pypa/pip#7953 * Keep flake8 happy * Minor typos * Comments now show only needs correct pip. The required setuptools can be specified in the requires= * With guaranteed correct setuptools, can remove the fix for pypa/pip/issues/7953. Only need to sys.path modification to get version * Extra github job to test on Ubuntu without conda * Apparently need to install numpy, too * Try without the apt-get update * Can I sudo it? * Remove redundant numpy install * Rename future.pyproject.toml to pyproject.toml * Update pyproj comments, now we have a way forward * Just checking it fails when I think it should.... * Seems I no longer need the pip upgrade..... hmmm..... * Update pyproj comments accordingly * Turns out I need the pypa/pip#7953 fix for editable installs * Turns out I need the pip>=23.0 for editable installs only. Added a note about this to pyproject.toml * Remove old setup.py and bin/*.py * Put back the pip upgrade, as it seems we need that when we don't have setup.py (maybe) * Update comments about requirement for pip>=23.0
- Loading branch information
Showing
9 changed files
with
32 additions
and
355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.