ghostai1 commited on
Commit
9d9b79d
·
verified ·
1 Parent(s): 5aae4e6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -11,7 +11,7 @@ spacy==3.5.2 # pins typer <0.8
11
 
12
  # Web UI & CLI
13
  gradio==5.31.0
14
- typer==0.7.0 # satisfies both Gradio & spaCy
15
 
16
  # Hugging Face integration
17
- huggingface_hub==0.23.0
 
11
 
12
  # Web UI & CLI
13
  gradio==5.31.0
14
+ typer==0.7.0 # satisfies Gradio & spaCy constraints
15
 
16
  # Hugging Face integration
17
+ huggingface_hub>=0.28.1,<1.0.0