Update requirements.txt (#1791)

Support for #1775
This commit is contained in:
p0p4k 2022-07-26 20:06:40 +09:00 committed by GitHub
parent 10195c4eba
commit 669966d963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,12 +1,14 @@
# core deps
numpy==1.21.6
numpy==1.21.6;python_version<"3.10"
numpy==1.22.4;python_version=="3.10"
cython==0.29.28
scipy>=1.4.0
torch>=1.7
torchaudio
soundfile
librosa==0.8.0
numba==0.55.1
numba==0.55.1;python_version<"3.10"
numba==0.55.2;python_version=="3.10"
inflect
tqdm
anyascii