ghostai1 commited on
Commit
4aa123e
·
verified ·
1 Parent(s): 5186e69

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -13
requirements.txt CHANGED
@@ -1,16 +1,6 @@
1
- # core (torch 2.5.1 & torchaudio 2.5.1 already in the HF base image)
2
- numpy==1.23.5 # safe with torch 2.5 wheels
3
-
4
- # MusicGen stack
5
- audiocraft==1.3.0 # no spaCy dependency
6
-
7
- # utilities
8
  pydub==0.25.1
9
  psutil==5.9.8
10
-
11
- # web UI (ZeroGPU requires Gradio 4+)
12
  gradio==4.44.1
13
-
14
- # model download / HF tooling
15
- transformers==4.35.0 # avoids torch>=2.6-only helpers
16
- huggingface_hub>=0.28.1,<1.0.0
 
1
+ numpy==1.23.5
 
 
 
 
 
 
2
  pydub==0.25.1
3
  psutil==5.9.8
 
 
4
  gradio==4.44.1
5
+ transformers==4.38.2
6
+ huggingface_hub>=0.19,<1.0