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
Only pandas v2.2.something is compatible with numpy v2, will be interesting to see whether this means we need to drop pandas v1 support. We shouldn't really have to.
Numpy has recently released version 2: https://numpy.org/doc/stable/release/2.0.0-notes.html
We currently pin numpy to <2:
augur/setup.py
Line 62 in 1694a3f
See #1473 for a similar issue about pandas v2
The text was updated successfully, but these errors were encountered: