Skip to content

Commit 6e90ad0

Browse files
Bump torch from 2.1.2 to 2.7.0
Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.2 to 2.7.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.1.2...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c4c8de commit 6e90ad0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ scikit-learn==1.3.2 # For machine learning
2525
numpy==1.26.3 # For numerical operations
2626
pandas==2.1.4 # For data manipulation
2727
tensorflow==2.15.0 # For deep learning
28-
torch==2.1.2 # For PyTorch deep learning
28+
torch==2.7.0 # For PyTorch deep learning
2929

3030
# Optional: Joblib for model persistence
3131
joblib==1.3.2 # For saving and loading models

0 commit comments

Comments
 (0)