Skip to content

Commit 7d77d78

Browse files
committed
Specify patch version for torch and torchaudio
1 parent 97f7727 commit 7d77d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ dependencies=[
6262
"ruamel.yaml",
6363
"sympy",
6464
"tabulate",
65-
"torch==2.4",
65+
"torch==2.4.0",
6666
"torchvision==0.19.0",
67-
"torchaudio==2.4",
67+
"torchaudio==2.4.0",
6868
]
6969

7070
[project.urls]

0 commit comments

Comments
 (0)