Skip to content

Commit 2067033

Browse files
Bump torch from 2.4.0 to 2.7.1
Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.0 to 2.7.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.4.0...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 24522e3 commit 2067033

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ dependencies = [
3636
[project.optional-dependencies]
3737
# Core ML functionality
3838
ml = [
39-
"torch==2.4.0",
39+
"torch==2.7.1",
4040
"torchvision==0.19.0",
4141
"torchaudio==2.4.0",
4242
"molfeat==0.11.0",
4343
]
4444

4545
# Advanced ML with GPU support
4646
ml-gpu = [
47-
"torch==2.4.0",
47+
"torch==2.7.1",
4848
"torchvision==0.19.0",
4949
"torchaudio==2.4.0",
5050
"molfeat==0.11.0",
@@ -62,7 +62,7 @@ protein = [
6262

6363
# Optimal transport distances
6464
otdd = [
65-
"torch==2.4.0",
65+
"torch==2.7.1",
6666
"torchvision==0.19.0",
6767
"torchaudio==2.4.0",
6868
"pot",
@@ -74,7 +74,7 @@ otdd = [
7474

7575
# All features
7676
all = [
77-
"torch==2.4.0",
77+
"torch==2.7.1",
7878
"torchvision==0.19.0",
7979
"torchaudio==2.4.0",
8080
"molfeat==0.11.0",

0 commit comments

Comments
 (0)