Merge pull request #14 from eginhard/update-deps

build: update numpy and librosa
This commit is contained in:
Enno Hermann 2024-03-10 16:17:54 +01:00 committed by GitHub
commit 68680ef508
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 4 deletions

View File

@ -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