-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped min numpy version to 1.18 (#324)
* Bumped min numpy version to 1.18 * Updated numpy min version and min py version Now minimum supported numpy is 1.18 and minimum supported python (py3) is 3.9 * Don't run numpy2 on py2.7 Probably pissed off some software gremlins by allowing that combo! * Adding in Numpy 2 (#325) * Fix headers and include paths for NumPy 2 (currently breaks NumPy 1 build support) * Fix NumPy 1 build by using numpy.get_include() --------- Co-authored-by: Lehman Garrison <[email protected]> * No more py2 Too much hassle trying to maintain py2 * Dropping py2.7, updating to numpy 1.20 as the min tested version * Can't run numpy1.20 with py3.12 * dropped python2 * Trying to keep the bot happy * Reinstate py2.7 support for patch release (before completely dropping py2) * Added change-log [ci skip] * Ugghhh wrong date [ci skip] --------- Co-authored-by: Lehman Garrison <[email protected]>
- Loading branch information
Showing
5 changed files
with
34 additions
and
43 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 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 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 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 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