Spaces:
Running
Running
Yassine
commited on
Commit
·
2be4d6b
1
Parent(s):
05deaf1
Update dependencies for Hugging Face deployment
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
fastapi
|
2 |
-
uvicorn
|
3 |
torch==2.5.1
|
4 |
transformers==4.49.0
|
5 |
pydantic==2.9.2
|
6 |
safetensors==0.4.5
|
7 |
-
spacy==3.
|
|
|
|
1 |
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
torch==2.5.1
|
4 |
transformers==4.49.0
|
5 |
pydantic==2.9.2
|
6 |
safetensors==0.4.5
|
7 |
+
spacy==3.7.2
|
8 |
+
fr-core-news-lg @ https://github.com/explosion/spacy-models/releases/download/fr_core_news_lg-3.7.0/fr_core_news_lg-3.7.0-py3-none-any.whl
|