Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -13,7 +13,7 @@ noisereduce
|
|
13 |
vietnam_number
|
14 |
# numpy==1.21.6;python_version<"3.10"
|
15 |
# numpy==1.22.4;python_version=="3.10"
|
16 |
-
numpy==1.
|
17 |
cython==0.29.28
|
18 |
scipy>=1.4.0
|
19 |
torch>=1.7
|
@@ -23,7 +23,7 @@ soundfile
|
|
23 |
librosa==0.8.0
|
24 |
#numba==0.55.1;python_version<"3.10"
|
25 |
#numba==0.55.2;python_version=="3.10"
|
26 |
-
numba==0.
|
27 |
inflect==5.6.0
|
28 |
anyascii
|
29 |
pyyaml
|
|
|
13 |
vietnam_number
|
14 |
# numpy==1.21.6;python_version<"3.10"
|
15 |
# numpy==1.22.4;python_version=="3.10"
|
16 |
+
numpy==1.22.4
|
17 |
cython==0.29.28
|
18 |
scipy>=1.4.0
|
19 |
torch>=1.7
|
|
|
23 |
librosa==0.8.0
|
24 |
#numba==0.55.1;python_version<"3.10"
|
25 |
#numba==0.55.2;python_version=="3.10"
|
26 |
+
numba==0.55.2
|
27 |
inflect==5.6.0
|
28 |
anyascii
|
29 |
pyyaml
|