Skip to content

Commit 31b7ab3

Browse files
committed
add upper bound on scikit-learn
1 parent 540b911 commit 31b7ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ version = "0.14.0"
3030

3131
[tool.poetry.dependencies]
3232
python = ">=3.9.0,<3.13"
33-
scikit-learn = ">=1.4.2"
33+
scikit-learn = ">=1.4.2,<1.6.0"
3434
keras = ">=3.2.0"
3535
tensorflow = { version = ">=2.16.1", optional = true }
3636

0 commit comments

Comments
 (0)