Skip to content

Commit

Permalink
Add torch-related dep for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-plus committed Dec 14, 2023
1 parent 4097c96 commit c50827a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ soundfile = "^0.12.1"
ffmpeg-normalize = "^1.27.5"
deepfilternet = "^0.5.6"
aiohttp = "^3.8.5"
#torch = ">=2.0.0, !=2.0.1"
#torchaudio = "^2.0.0"
#torchvision = "^0.16.0"
torch = ">=2.0.0, !=2.0.1"
torchaudio = "^2.0.0"
torchvision = "^0.16.0"
#torch = { version = "2.0.1", source = "torch" }
#torchaudio = { version = "2.0.2", source = "torch" }
#torchvision = { version = "0.15.2", source = "torch" }
Expand Down

0 comments on commit c50827a

Please sign in to comment.