Skip to content

Commit

Permalink
Merge pull request #14 from eginhard/update-deps
Browse files Browse the repository at this point in the history
build: update numpy and librosa
  • Loading branch information
eginhard authored Mar 10, 2024
2 parents ab14f3c + 392b205 commit 68680ef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# core deps
numpy==1.22.0;python_version<="3.10"
numpy>=1.24.3;python_version>"3.10"
numpy>=1.24.3
cython>=0.29.30
scipy>=1.11.2
torch>=2.1
torchaudio
soundfile>=0.12.0
librosa>=0.10.0
numba>=0.57.0
librosa>=0.10.1
inflect>=5.6.0
tqdm>=4.64.1
anyascii>=0.3.0
Expand Down

0 comments on commit 68680ef

Please sign in to comment.