Skip to content

Commit 008883c

Browse files
authored
Merge branch 'main' into PicoCentauri-patch-1
2 parents abfb797 + 0306911 commit 008883c

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)