Skip to content

Commit

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

0 comments on commit 9c0c72b

Please sign in to comment.