Ionut-Bostan
commited on
Commit
•
decb23f
1
Parent(s):
04bb7e7
update req
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
transformers
|
2 |
g2p-en == 2.1.0
|
3 |
inflect == 4.1.0
|
4 |
librosa == 0.7.2
|
5 |
matplotlib == 3.2.2
|
6 |
-
numba == 0.
|
7 |
numpy == 1.24.0
|
8 |
pypinyin==0.39.0
|
9 |
pyworld == 0.2.10
|
@@ -16,4 +15,5 @@ tgt == 1.5
|
|
16 |
torch == 2.1.1
|
17 |
tqdm==4.46.1
|
18 |
unidecode == 1.1.1
|
19 |
-
ipykernel
|
|
|
|
|
|
1 |
g2p-en == 2.1.0
|
2 |
inflect == 4.1.0
|
3 |
librosa == 0.7.2
|
4 |
matplotlib == 3.2.2
|
5 |
+
numba == 0.58.0
|
6 |
numpy == 1.24.0
|
7 |
pypinyin==0.39.0
|
8 |
pyworld == 0.2.10
|
|
|
15 |
torch == 2.1.1
|
16 |
tqdm==4.46.1
|
17 |
unidecode == 1.1.1
|
18 |
+
ipykernel
|
19 |
+
transformers == 4.30.0
|