Skip to content

Commit

Permalink
update setup.py to agree with requirements-min.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeceglie committed Sep 20, 2024
1 parent 34c1c1e commit 397e513
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@
]

INSTALL_REQUIRES = [
"matplotlib >= 3.0.0",
"numpy >= 1.17.3",
"matplotlib >= 3.9.2",
"numpy >= 1.26.4",
"pandas >= 2.2.0",
"statsmodels >= 0.13.5",
"scipy >= 1.2.0",
"h5py >= 2.8.0",
"plotly>=4.0.0",
"xgboost >= 1.3.3",
"pvlib >= 0.7.0, <0.12.0",
"scikit-learn >= 0.22.0",
"arch >= 4.11",
"filterpy >= 1.4.2",
"statsmodels >= 0.14.1",
"scipy >= 1.13.0",
"h5py >= 3.11.0",
"plotly>=5.23.0",
"xgboost >= 2.1.1",
"pvlib >= 0.11.0, <0.12.0",
"scikit-learn >= 1.5.1",
"arch >= 7.0.0",
"filterpy >= 1.4.5",
]

EXTRAS_REQUIRE = {
Expand Down

0 comments on commit 397e513

Please sign in to comment.