Skip to content

Commit af58c13

Browse files
committed
Pytorch version as 2.7.0
Signed-off-by: Hem Agnihotri <[email protected]>
1 parent b52ccdb commit af58c13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ dependencies = [
3939
"fire",
4040
"py7zr",
4141
"torchmetrics==1.7.0",
42-
"torch==2.7.1; platform_machine=='aarch64'",
42+
"torch==2.7.0; platform_machine=='aarch64'",
4343
# Specifying torch cpu package URL per python version, update the list once pytorch releases whl for python>3.11
4444
"torch@https://download.pytorch.org/whl/cpu/torch-2.4.1%2Bcpu-cp38-cp38-linux_x86_64.whl ; python_version=='3.8' and platform_machine=='x86_64'",
45-
"torch@https://download.pytorch.org/whl/cpu/torch-2.7.1%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl ; python_version=='3.9' and platform_machine=='x86_64'",
46-
"torch@https://download.pytorch.org/whl/cpu/torch-2.7.1%2Bcpu-cp310-cp310-manylinux_2_28_x86_64.whl ; python_version=='3.10' and platform_machine=='x86_64'",
45+
"torch@https://download.pytorch.org/whl/cpu/torch-2.7.0%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl ; python_version=='3.9' and platform_machine=='x86_64'",
46+
"torch@https://download.pytorch.org/whl/cpu/torch-2.7.0%2Bcpu-cp310-cp310-manylinux_2_28_x86_64.whl ; python_version=='3.10' and platform_machine=='x86_64'",
4747
]
4848

4949
[project.optional-dependencies]

0 commit comments

Comments
 (0)