Skip to content

Commit 8d45fbe

Browse files
Support pandas v2 as well
1 parent ac0f0ba commit 8d45fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"networkx >= 2.5, <4",
6262
"numpy ==1.*",
6363
"packaging >=19.2",
64-
"pandas >=1.0.0, ==1.*",
64+
"pandas >=1.0.0, <3",
6565
"phylo-treetime >=0.11.2, <0.12",
6666
"pyfastx >=1.0.0, <3.0",
6767
"python_calamine >=0.2.0",
@@ -76,7 +76,7 @@
7676
"freezegun >=0.3.15",
7777
"mypy",
7878
"nextstrain-sphinx-theme >=2022.5",
79-
"pandas-stubs >=1.0.0, ==1.*",
79+
"pandas-stubs >=1.0.0, <3",
8080
"pylint >=1.7.6",
8181
"pytest >=5.4.1",
8282
"pytest-cov >=2.8.1",

0 commit comments

Comments
 (0)