Skip to content

Commit 82f3092

Browse files
chore(deps): bump the pip group across 1 directory with 2 updates
Bumps the pip group with 2 updates in the /docker directory: [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [torch](https://github.com/pytorch/pytorch). Updates `scikit-learn` from 1.3.2 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.3.2...1.5.0) Updates `torch` from 2.1.0+cu121 to 2.12.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/commits/v2.12.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de7cfe2 commit 82f3092

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/requirements-ml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# omnipkg ML requirements - multiple conflicting versions, zero compromise
22
# torch: 2.1 (cu121), 2.2 (cu121), 2.9 (latest stable)
3-
torch==2.1.0+cu121
3+
torch==2.12.0
44
torch==2.2.0+cu121
55
torch==2.9.1
66

docker/requirements-science.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pandas==2.2.3
1414
pandas==2.3.3
1515

1616
# scikit-learn
17-
scikit-learn==1.3.2
17+
scikit-learn==1.5.0
1818
scikit-learn==1.5.0
1919
scikit-learn==1.7.0
2020

0 commit comments

Comments
 (0)