Spaces:
Running
Running
Commit ·
7ddb619
1
Parent(s): a9e923b
fix: bump spacy to 3.8.11 to resolve typer conflict
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -5,5 +5,5 @@ torch==2.3.0
|
|
| 5 |
pydantic==2.7.0
|
| 6 |
sentencepiece==0.2.0
|
| 7 |
scipy==1.13.0
|
| 8 |
-
spacy==3.
|
| 9 |
-
langdetect==1.0.9
|
|
|
|
| 5 |
pydantic==2.7.0
|
| 6 |
sentencepiece==0.2.0
|
| 7 |
scipy==1.13.0
|
| 8 |
+
spacy==3.8.11
|
| 9 |
+
langdetect==1.0.9
|