Skip to content

Commit

Permalink
[all] Drop support for torch<1.8.0 (asteroid-team#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpariente authored Apr 9, 2021
1 parent 229f0f5 commit df4c3bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PyYAML>=5.0
pandas>=0.23.4
pytorch-lightning>=1.0.1
torchaudio>=0.5.0
torchaudio>=0.8.0
pb_bss_eval>=0.0.2
torch_stoi>=0.0.1
torch_optimizer>=0.0.1a12
Expand Down
4 changes: 2 additions & 2 deletions requirements/torchhub.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Note that Asteroid itself is not required to be installed.
numpy>=1.16.4
scipy>=1.1.0
torch>=1.3.0
asteroid-filterbanks<0.4.0,>=0.2.4
torch>=1.8.0
asteroid-filterbanks>=0.4.0
requests
filelock
SoundFile>=0.10.2
Expand Down

0 comments on commit df4c3bf

Please sign in to comment.