Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
simclr
torchaudio-augmentations
torch==1.9.0
torch==2.2.0
torchaudio
pytorch-lightning
soundfile
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# What packages are required for this module to be executed?
REQUIRED = [
"torch==1.9.0",
"torch==2.2.0",
"torchaudio",
"simclr",
"torchaudio-augmentations",
Expand Down