Skip to content

Commit 19d8c6b

Browse files
author
Christian Jorgensen
committed
Fix pyproject.toml based on Philip's comment
1 parent a669bad commit 19d8c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
"Topic :: Scientific/Engineering",
3939
]
4040
dependencies = [
41-
"scikit-learn >= 1.7",
41+
"scikit-learn >= 1.7, < 1.8",
4242
"scipy >= 1.15", # explicit to adhere to scikit-learn dependencies
4343
]
4444
dynamic = ["version"]

0 commit comments

Comments
 (0)