sashtech commited on
Commit
88a6227
·
verified ·
1 Parent(s): 961262e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- spacy==3.5.0 # Using spacy 3.5.0 to match en_core_web_sm
 
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