Skip to content

Commit

Permalink
Specify patch version for torch and torchaudio (#4424)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklandsign authored Jul 25, 2024
1 parent 97f7727 commit ca8e0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ dependencies=[
"ruamel.yaml",
"sympy",
"tabulate",
"torch==2.4",
"torch==2.4.0",
"torchvision==0.19.0",
"torchaudio==2.4",
"torchaudio==2.4.0",
]

[project.urls]
Expand Down

0 comments on commit ca8e0d2

Please sign in to comment.