Khansahabddu commited on
Commit
04395bc
·
verified ·
1 Parent(s): 6418109

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -21
requirements.txt CHANGED
@@ -1,28 +1,19 @@
1
- # Use pip < 24.1 to avoid omegaconf conflicts
2
  pip<24.1
3
 
4
- # Core dependencies for RVC
5
- torch==2.2.0
6
- torchaudio
7
- infer-rvc-python==1.1.0
8
- fairseq==0.12.2
9
- hydra-core==1.0.7
10
-
11
- # Gradio and related packages
12
  gradio[oauth,mcp]==6.2.0
13
  uvicorn>=0.14.0
14
  fastapi<0.113.0
15
- spaces
16
 
17
- # Other useful libraries
18
- datasets
19
- huggingface-hub>=0.30
20
- hf-transfer>=0.1.4
21
- protobuf<4
22
- click<8.1
23
- pydantic~=1.0
24
  soundfile
25
- librosa
26
- noisereduce
27
- pedalboard
28
- numpy==1.23.5
 
1
+ # Use pip version <24.1 to avoid metadata issues
2
  pip<24.1
3
 
4
+ # Core packages
 
 
 
 
 
 
 
5
  gradio[oauth,mcp]==6.2.0
6
  uvicorn>=0.14.0
7
  fastapi<0.113.0
 
8
 
9
+ # RVC dependencies
10
+ infer-rvc-python==1.1.0
11
+ fairseq==0.12.2
12
+ hydra-core==1.0.7
13
+
14
+ # Supporting libraries
 
15
  soundfile
16
+ numpy
17
+ scipy
18
+ torch>=2.0.0
19
+ torchaudio