We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0f0ba commit 8d45fbeCopy full SHA for 8d45fbe
setup.py
@@ -61,7 +61,7 @@
61
"networkx >= 2.5, <4",
62
"numpy ==1.*",
63
"packaging >=19.2",
64
- "pandas >=1.0.0, ==1.*",
+ "pandas >=1.0.0, <3",
65
"phylo-treetime >=0.11.2, <0.12",
66
"pyfastx >=1.0.0, <3.0",
67
"python_calamine >=0.2.0",
@@ -76,7 +76,7 @@
76
"freezegun >=0.3.15",
77
"mypy",
78
"nextstrain-sphinx-theme >=2022.5",
79
- "pandas-stubs >=1.0.0, ==1.*",
+ "pandas-stubs >=1.0.0, <3",
80
"pylint >=1.7.6",
81
"pytest >=5.4.1",
82
"pytest-cov >=2.8.1",
0 commit comments