Skip to content

Support pandas version 2 #42

@victorlin

Description

@victorlin

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.

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions