unpairedelectron07
commited on
Commit
•
ca6659e
1
Parent(s):
acf0aca
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -7,7 +7,7 @@ julius
|
|
7 |
num2words
|
8 |
numpy
|
9 |
sentencepiece
|
10 |
-
spacy
|
11 |
torch>=2.0.0
|
12 |
torchaudio>=2.0.0
|
13 |
huggingface_hub
|
@@ -21,4 +21,5 @@ encodec
|
|
21 |
streamlit
|
22 |
google-generativeai
|
23 |
python-dotenv
|
24 |
-
pydantic<2
|
|
|
|
7 |
num2words
|
8 |
numpy
|
9 |
sentencepiece
|
10 |
+
spacy
|
11 |
torch>=2.0.0
|
12 |
torchaudio>=2.0.0
|
13 |
huggingface_hub
|
|
|
21 |
streamlit
|
22 |
google-generativeai
|
23 |
python-dotenv
|
24 |
+
pydantic<2
|
25 |
+
typing_extensions<4.6.0
|