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 a76b656 commit 2ae3a5aCopy full SHA for 2ae3a5a
test_requirements/requirements_optional.txt
@@ -1,5 +1,6 @@
1
requests
2
-pandas
+pandas<2.3.0;python_version<="3.9" # pandas 2.3.0 dropped support for 3.9 but did not update 'requires-python', so we pin manually here
3
+pandas;python_version>"3.9"
4
numpy
5
xarray
6
statsmodels
0 commit comments