Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,5 @@ uvicorn
|
|
| 3 |
pydantic
|
| 4 |
scikit-learn
|
| 5 |
pandas
|
| 6 |
-
spacy
|
|
|
|
|
|
| 3 |
pydantic
|
| 4 |
scikit-learn
|
| 5 |
pandas
|
| 6 |
+
spacy==3.7.2
|
| 7 |
+
en-core-web-sm @ 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
|