Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup.py says install requires Numpy >= 1.7 #223

Closed
chabazite opened this issue Dec 14, 2023 · 1 comment
Closed

Setup.py says install requires Numpy >= 1.7 #223

chabazite opened this issue Dec 14, 2023 · 1 comment

Comments

@chabazite
Copy link

Hi thank you for this wonderful package. It looks like setup.py shows install_requires as v1.7 or greater, I believe the latest version for Numpy is v1.26.0. This may be a typo.

install_requires=[ 'numpy>=1.7', ],

@jcmgray
Copy link
Collaborator

jcmgray commented Dec 14, 2023

I think this is just a common confusion of reading the current version as a decimal number whereas it really does mean (1, 26, 0) which is > (1, 7, 0).

@jcmgray jcmgray closed this as completed Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants