sashtech commited on
Commit
c355234
·
verified ·
1 Parent(s): e4351cc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
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
 
1
+ pydantic==1.9.0 # Ensure pydantic 1.9.0 to avoid PydanticImportError
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