Loosen torch restriction.
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -4,10 +4,10 @@ pycountry==24.6.1
|
|
4 |
scipy==1.12.0
|
5 |
sentencepiece==0.2.0
|
6 |
transformers>=2.5
|
7 |
-
torch
|
8 |
IPython==8.26.0
|
9 |
TTS
|
10 |
pandas==1.5.3
|
11 |
wave
|
12 |
#py-espeak-ng
|
13 |
-
espeakng
|
|
|
4 |
scipy==1.12.0
|
5 |
sentencepiece==0.2.0
|
6 |
transformers>=2.5
|
7 |
+
torch
|
8 |
IPython==8.26.0
|
9 |
TTS
|
10 |
pandas==1.5.3
|
11 |
wave
|
12 |
#py-espeak-ng
|
13 |
+
espeakng
|