Skip to content

Commit 9479b2d

Browse files
authored
[MNT] raise scikit-learn bound to scikit-learn<1.8 (#149)
PR #138 added support for `scikit-learn 1.7.X`, but the bound in `pyproject.toml` was not raised - this PR increases that bound.
1 parent e2c9caf commit 9479b2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ 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]

0 commit comments

Comments
 (0)