-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
In the process of nextstrain/public#12, it was noticed that pandas dependency version constraint in this repo is preventing Nextstrain runtimes from resolving to pandas version 2.
Line 11 in 2c91dd8
| pandas = "^1.4.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:
Metadata
Metadata
Assignees
Labels
No labels