Skip to content

Commit 88a8b16

Browse files
authored
Pin pandas < 2
Pandas is expecting to release v2 in two weeks (pandas-dev/pandas#46776 (comment)). But we are still incompatible with their main branch: - #7441 - #7420 This PR pins pandas to `<2`
1 parent f1ff956 commit 88a8b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ include_package_data = True
7676
python_requires = >=3.9
7777
install_requires =
7878
numpy >= 1.21 # recommended to use >= 1.22 for full quantile method support
79-
pandas >= 1.4
79+
pandas >= 1.4, <2
8080
packaging >= 21.3
8181

8282
[options.extras_require]

0 commit comments

Comments
 (0)