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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -7,11 +7,13 @@ numpy==1.23.5
7
  audiocraft==0.0.2
8
  pydub==0.25.1
9
  psutil==5.9.8
10
- spacy==3.5.2 # pins typer <0.8
 
 
 
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
 
7
  audiocraft==0.0.2
8
  pydub==0.25.1
9
  psutil==5.9.8
10
+
11
+ # spaCy (upgraded to avoid pydantic conflicts)
12
+ spacy==3.7.4 # supports pydantic>=2.0
13
+ typer==0.9.4 # matches spaCy 3.7.4 requirements
14
 
15
  # Web UI & CLI
16
+ gradio==5.31.0 # requires pydantic>=2.0
 
17
 
18
  # Hugging Face integration
19
  huggingface_hub>=0.28.1,<1.0.0