Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -6,8 +6,8 @@ protobuf<4
|
|
6 |
click<8.1
|
7 |
pydantic~=1.0
|
8 |
librosa==0.8.1
|
9 |
-
torch==
|
10 |
-
torchaudio==
|
11 |
scipy
|
12 |
Cython==0.29.21
|
13 |
phonemizer==2.2.1
|
|
|
6 |
click<8.1
|
7 |
pydantic~=1.0
|
8 |
librosa==0.8.1
|
9 |
+
torch==2.2.0
|
10 |
+
torchaudio==2.2.0
|
11 |
scipy
|
12 |
Cython==0.29.21
|
13 |
phonemizer==2.2.1
|