Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
fastapi==0.110.0
|
| 2 |
uvicorn[standard]==0.29.0
|
| 3 |
pandas==1.5.3
|
| 4 |
-
scikit-learn==1.
|
| 5 |
spacy==3.7.4
|
| 6 |
nltk==3.8.1
|
| 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 |
fastapi==0.110.0
|
| 2 |
uvicorn[standard]==0.29.0
|
| 3 |
pandas==1.5.3
|
| 4 |
+
scikit-learn==1.6.1
|
| 5 |
spacy==3.7.4
|
| 6 |
nltk==3.8.1
|
| 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
|