Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify patch version for torch and torchaudio
Browse files Browse the repository at this point in the history
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
@@ -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]

0 comments on commit 7d77d78

Please sign in to comment.