Skip to content

Commit dc1032f

Browse files
committed
Update pyproject.toml
1 parent 661ebfe commit dc1032f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +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",
45+
"scikit-learn <1.8.0",
4646
]
4747

4848
[project.optional-dependencies]
4949
sklearn-integration = [
50-
"scikit-learn <1.7.0",
50+
"scikit-learn <1.8.0",
5151
]
5252
build = [
5353
"setuptools",

0 commit comments

Comments
 (0)