Skip to content

Commit

Permalink
Specify patch version for torch and torchaudio
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklandsign committed Jul 25, 2024
1 parent 97f7727 commit 7d77d78
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 7d77d78

Please sign in to comment.