Skip to content

Commit 2ae3a5a

Browse files
authored
update pandas in requirements_optional.txt
Due to: pandas-dev/pandas#61563 (comment)
1 parent a76b656 commit 2ae3a5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test_requirements/requirements_optional.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
requests
2-
pandas
2+
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"
34
numpy
45
xarray
56
statsmodels

0 commit comments

Comments
 (0)