Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
scipy
|
2 |
-
|
|
|
3 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz
|
4 |
sentencepiece
|
5 |
tensorflow
|
|
|
1 |
scipy
|
2 |
+
Cython==0.29.36
|
3 |
+
spacy==3.0.6 --no-build-isolation
|
4 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz
|
5 |
sentencepiece
|
6 |
tensorflow
|