Skip to content

Commit

Permalink
bump min pandas further
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Sep 25, 2024
1 parent 99077c0 commit 80e59f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-min.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
matplotlib==3.5.3
numpy==1.22.4
pandas==1.3
pandas==1.4.4
statsmodels==0.13.5
scipy==1.8.1
h5py==3.7.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
INSTALL_REQUIRES = [
"matplotlib >= 3.5.3",
"numpy >= 1.22.4",
"pandas >= 1.3.0",
"pandas >= 1.4.4",
"statsmodels >= 0.13.5",
"scipy >= 1.8.1",
"h5py >= 3.7.0",
Expand Down

0 comments on commit 80e59f2

Please sign in to comment.