Skip to content

Commit

Permalink
restrict scikit-learn < 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Dec 12, 2024
1 parent 9ae16c3 commit 596f584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"plotly>=4.0.0",
"xgboost >= 1.6.0",
"pvlib >= 0.11.0, <0.12.0",
"scikit-learn >= 1.1.3",
"scikit-learn >= 1.1.3, <1.6.0",
"arch >= 5.0",
"filterpy >= 1.4.2"
"filterpy >= 1.4.2",
]

EXTRAS_REQUIRE = {
Expand Down

0 comments on commit 596f584

Please sign in to comment.