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
In the process of nextstrain/augur#1473, it was noticed that pandas dependency version constraint in this repo is preventing Nextstrain runtimes from resolving to pandas version 2.
It's possible that the code is already compatible with pandas v2, in which case the fix is as simple as changing that line to pandas = ">=1.4.2, <3". Some testing would be appropriate. Here are some resources for the migration:
In the process of nextstrain/augur#1473, it was noticed that pandas dependency version constraint in this repo is preventing Nextstrain runtimes from resolving to pandas version 2.
evofr/pyproject.toml
Line 11 in 2c91dd8
It's possible that the code is already compatible with pandas v2, in which case the fix is as simple as changing that line to
pandas = ">=1.4.2, <3"
. Some testing would be appropriate. Here are some resources for the migration:The text was updated successfully, but these errors were encountered: