Skip to content

Commit 0306911

Browse files
authored
Pin scikit-learn version to <1.7 (#256)
1 parent 77fb4ea commit 0306911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ classifiers = [
3838
"Topic :: Scientific/Engineering",
3939
]
4040
dependencies = [
41-
"scikit-learn >= 1.6.0",
42-
"scipy >= 1.15.0", # explicit to adhere to scikit-learn dependencies
41+
"scikit-learn >= 1.6, < 1.7",
42+
"scipy >= 1.15", # explicit to adhere to scikit-learn dependencies
4343
]
4444
dynamic = ["version"]
4545

0 commit comments

Comments
 (0)