Skip to content

Commit e2c9caf

Browse files
authored
[MNT] raise scikit-learn bound to scikit-learn<1.8 (#145)
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 18f8a0f commit e2c9caf

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
@@ -47,7 +47,7 @@ dependencies = [
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)