Skip to content

Commit

Permalink
Pin pandas < 2
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
dcherian authored Mar 20, 2023
1 parent f1ff956 commit 88a8b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ include_package_data = True
python_requires = >=3.9
install_requires =
numpy >= 1.21 # recommended to use >= 1.22 for full quantile method support
pandas >= 1.4
pandas >= 1.4, <2
packaging >= 21.3

[options.extras_require]
Expand Down

0 comments on commit 88a8b16

Please sign in to comment.