Skip to content

Commit 3ac2810

Browse files
Update scikit-learn requirement from <1.4,>=0.24 to >=0.24,<1.5 (#232)
Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@0.24.0...1.4.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7224ba6 commit 3ac2810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scikit-image>=0.17.2,<0.23.0",
2020
"matplotlib>=3.3.3,<3.9.0",
2121
"scipy>=1.4.1,<1.12.0",
22-
"scikit-learn>=0.24,<1.4",
22+
"scikit-learn>=0.24,<1.5",
2323
"tflite-runtime>=2.7.0,<2.15.0",
2424
],
2525
)

0 commit comments

Comments
 (0)