change req
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio
|
2 |
-
Cython
|
|
|
3 |
groq
|
4 |
numpy
|
5 |
torchaudio
|
|
|
1 |
gradio
|
2 |
+
Cython==0.29.36
|
3 |
+
spacy==3.0.6 --no-build-isolation
|
4 |
groq
|
5 |
numpy
|
6 |
torchaudio
|