Skip to content

Commit

Permalink
Update requirements.txt (#1791)
Browse files Browse the repository at this point in the history
Support for #1775
  • Loading branch information
p0p4k authored Jul 26, 2022
1 parent 10195c4 commit 669966d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 669966d

Please sign in to comment.