Skip to content

Commit 08f1a20

Browse files
chore(deps): update torch requirement from >=2.0.0 to >=2.12.1 (#98)
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@ciflow/torchtitan/157149...v2.12.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1 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 f7e0fc9 commit 08f1a20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Core ML and Data Processing
22
numpy>=1.21.0
33
pandas>=2.3.3
4-
torch>=2.0.0
4+
torch>=2.12.1
55
torchvision>=0.23.0
66
scikit-learn>=1.0.0
77

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Core ML and Data Processing
22
numpy>=1.21.0
33
pandas>=2.3.3
4-
torch>=2.0.0
4+
torch>=2.12.1
55
torchvision>=0.23.0
66
scikit-learn>=1.0.0
77
scikit-image>=0.19.0

0 commit comments

Comments
 (0)