-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update mininum support to Python 3.8, Pandas 1.5.0, Numpy 1.20.3
- Loading branch information
1 parent
f2bdeea
commit 3ccb77c
Showing
5 changed files
with
18 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# Make sure we test with pandas 1.2.0. The Python version isn't that relevant. | ||
pandas==1.2.0 | ||
# This constraints file is used to check that lower bounds | ||
# are correct in setup.py | ||
# List *all* library dependencies and extras in this file. | ||
# Pin the version to the lower bound. | ||
# | ||
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", | ||
packaging==17.0 | ||
# Make sure we test with pandas 1.5.0. The Python version isn't that relevant. | ||
pandas==1.5.0 | ||
pyarrow==3.0.0 | ||
numpy==1.20.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Make sure we test with pandas 1.3.0. The Python version isn't that relevant. | ||
pandas==1.3.0 | ||
# Make sure we test with pandas 1.5.0. The Python version isn't that relevant. | ||
pandas==1.5.0 | ||
numpy<2.0.0 |