Skip to content

Commit

Permalink
bump min scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Sep 25, 2024
1 parent 7ef685b commit 769f493
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
Expand Up @@ -2,7 +2,7 @@ matplotlib==3.5.3
numpy==1.22.4
pandas==1.3
statsmodels==0.12.2
scipy==1.2.0
scipy==1.8.1
h5py==2.8.0
plotly==4.0.0
xgboost==1.3.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"numpy >= 1.22.4",
"pandas >= 1.3.0",
"statsmodels >= 0.12.2",
"scipy >= 1.2.0",
"scipy >= 1.8.1",
"h5py >= 2.8.0",
"plotly>=4.0.0",
"xgboost >= 1.3.3",
Expand Down

0 comments on commit 769f493

Please sign in to comment.