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

Support pandas version 2 #42

Open
victorlin opened this issue Nov 20, 2024 · 0 comments
Open

Support pandas version 2 #42

victorlin opened this issue Nov 20, 2024 · 0 comments

Comments

@victorlin
Copy link
Member

victorlin commented Nov 20, 2024

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.

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:

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

No branches or pull requests

1 participant