Skip to content

Commit 661ebfe

Browse files
committed
Merge branch 'bound-sklearn' into fix-sklearn-deprecate
2 parents cefa2aa + e07f065 commit 661ebfe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ dependencies = [
4242
"pandas <3.0.0",
4343
"gradient-free-optimizers >=1.2.4, <2.0.0",
4444
"scikit-base <1.0.0",
45+
"scikit-learn <1.7.0",
4546
]
4647

4748
[project.optional-dependencies]
4849
sklearn-integration = [
49-
"scikit-learn == 1.6.1",
50+
"scikit-learn <1.7.0",
5051
]
5152
build = [
5253
"setuptools",

0 commit comments

Comments
 (0)