Skip to content

Commit

Permalink
fix the sklearn version to be >= 1.5.2, 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyoonlee committed Dec 27, 2024
1 parent 44977f5 commit 5ad1fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"scipy>=1.4.1",
"matplotlib",
"pandas>=0.24.1",
"scikit-learn>=0.22.0, <1.6",
"scikit-learn>=1.5.2, <1.6",
"statsmodels>=0.9.0",
"Cython<=0.29.34",
"seaborn",
Expand Down

0 comments on commit 5ad1fe8

Please sign in to comment.