Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
|
|
|
2 |
en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0.tar.gz
|
3 |
transformers
|
4 |
torch
|
5 |
gradio
|
6 |
errant
|
7 |
-
pydantic<2.0.0 # Ensure pydantic version is below 2.0.0
|
|
|
1 |
+
pydantic==1.9.0 # Explicitly set to pydantic 1.9.0 for compatibility with spacy
|
2 |
+
spacy==3.5.0 # Compatible with en_core_web_sm
|
3 |
en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0.tar.gz
|
4 |
transformers
|
5 |
torch
|
6 |
gradio
|
7 |
errant
|
|