Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -19,10 +19,11 @@ scipy>=1.4.0
|
|
19 |
torch>=1.7
|
20 |
torchaudio
|
21 |
soundfile
|
22 |
-
librosa==0.8.0
|
|
|
23 |
#numba==0.55.1;python_version<"3.10"
|
24 |
#numba==0.55.2;python_version=="3.10"
|
25 |
-
numba==0.
|
26 |
inflect==5.6.0
|
27 |
anyascii
|
28 |
pyyaml
|
|
|
19 |
torch>=1.7
|
20 |
torchaudio
|
21 |
soundfile
|
22 |
+
#librosa==0.8.0
|
23 |
+
librosa==0.10.0
|
24 |
#numba==0.55.1;python_version<"3.10"
|
25 |
#numba==0.55.2;python_version=="3.10"
|
26 |
+
numba==0.57.1
|
27 |
inflect==5.6.0
|
28 |
anyascii
|
29 |
pyyaml
|