Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
pydantic
|
| 4 |
-
scikit-learn==1.8.0
|
| 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
|
|
|
|
| 1 |
+
scikit-learn==1.8.0
|
| 2 |
fastapi
|
| 3 |
uvicorn
|
| 4 |
pydantic
|
|
|
|
| 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
|