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

pandas 2.2.x doesn't pin numpy >= 1.22.4 #208

Closed
pgunn opened this issue May 21, 2024 · 1 comment · Fixed by #216
Closed

pandas 2.2.x doesn't pin numpy >= 1.22.4 #208

pgunn opened this issue May 21, 2024 · 1 comment · Fixed by #216

Comments

@pgunn
Copy link

pgunn commented May 21, 2024

Pandas 2.2.x apparently needs numpy 1.22.4 but the feedstock wasn't updated.

​​>>> import pandas
​​...
​​ImportError: this version of pandas is incompatible with numpy < 1.22.4
​​your numpy version is 1.21.6.
​​Please upgrade numpy to >= 1.22.4 to use this pandas version
@pgunn
Copy link
Author

pgunn commented May 21, 2024

(what I mean is that because the feedstock's metadata doesn't include a pin, the user can end up with an invalid permutation of pandas and numpy, such as numpy 1.21.6 and pandas 2.x)

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

Successfully merging a pull request may close this issue.

1 participant