You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
(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)
Pandas 2.2.x apparently needs numpy 1.22.4 but the feedstock wasn't updated.
The text was updated successfully, but these errors were encountered: