Skip to content

Commit

Permalink
Upgrade librosa, pytorch and torchaudio to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Apr 1, 2022
1 parent 9bdc9f9 commit 7b4475d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
numpy>=1.14,<1.22
scipy>=1.5.2
torch==1.7.1
torchaudio>=0.7.0
torch==1.11.0
torchaudio==0.11.0
audioread>=2.1.8
julius>=0.2.3,<0.3
librosa==0.9.0
librosa==0.9.1
py-cpuinfo>=7.0.0
pytest==5.3.4
pytest-cov==2.8.1
Expand Down
14 changes: 7 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ name: torch-audiomentations-gpu
channels:
- defaults
- conda-forge
- pytorch-lts
- pytorch
dependencies:
- cudatoolkit=11.1
- cudatoolkit=11.3
- ffmpeg
- matplotlib>=3,<4
- numpy>=1.15,<1.22
- numpy>=1.15,<2
- pip>=20.1,<=21
- python=3.8.12
- pytorch-lts::pytorch=1.8.2
- pytorch-lts::torchaudio=0.8.2
- pytorch::pytorch=1.11.0
- pytorch::torchaudio=0.11.0
- scipy=1.5.2
- seaborn>=0.9,<0.11
- seaborn>=0.9,<1.0
- pip:
- audioread==2.1.8
- black
- coverage==5.3
- julius>=0.2.3,<0.3
- librosa==0.9.0
- librosa==0.9.1
- pandas==1.1.4
- py-cpuinfo==7.0.0
- pytest==5.3.4
Expand Down

0 comments on commit 7b4475d

Please sign in to comment.