Skip to content

Commit 0edc1a9

Browse files
Bump scikit-learn from 1.2.1 to 1.5.0 (#43)
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.2.1 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.2.1...1.5.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 d23defb commit 0edc1a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
]
3535
dependencies = [
3636
"numpy==1.24.1",
37-
"scikit-learn==1.2.1",
37+
"scikit-learn==1.5.0",
3838
"tqdm==4.66.3",
3939
"Pillow==10.3.0",
4040
"imageio==2.25.0",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy==1.24.1
2-
scikit-learn==1.2.1
2+
scikit-learn==1.5.0
33
tqdm==4.66.3
44
Pillow==10.3.0
55
imageio==2.25.0

0 commit comments

Comments
 (0)