Skip to content

Commit

Permalink
[install] Drop support for torch<1.8 (asteroid-team#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpariente authored May 7, 2021
1 parent 7ad81a9 commit d6b6064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def find_version(*file_paths):
# From requirements/torchhub.txt
"numpy>=1.16.4",
"scipy>=1.1.0",
"torch>=1.3.0",
"asteroid-filterbanks>=0.2.4,<0.4.0",
"torch>=1.8.0",
"asteroid-filterbanks>=0.4.0",
"SoundFile>=0.10.2",
"huggingface_hub>=0.0.2",
# From requirements/install.txt
Expand Down

0 comments on commit d6b6064

Please sign in to comment.