Spaces:
Sleeping
Sleeping
fix (spacy): missing library
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -12,4 +12,5 @@ tokenizers==0.15.0
|
|
| 12 |
numpy==1.26.3
|
| 13 |
huggingface-hub==0.20.2
|
| 14 |
|
| 15 |
-
spacy
|
|
|
|
|
|
| 12 |
numpy==1.26.3
|
| 13 |
huggingface-hub==0.20.2
|
| 14 |
|
| 15 |
+
spacy>=3.4.0
|
| 16 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|