VeuReu commited on
Commit
b87981b
·
verified ·
1 Parent(s): f03c557

Upload 2 files

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -16
requirements.txt CHANGED
@@ -1,11 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  fastapi==0.114.2
2
  uvicorn[standard]==0.30.6
3
  python-multipart==0.0.9
4
  PyYAML>=6.0
5
  requests>=2.32
6
  gradio_client>=0.16.0
7
- numpy>=1.26
8
- Pillow>=10.4
9
  opencv-python-headless==4.10.0.84
10
  scikit-learn>=1.5
11
  sentence-transformers>=3.0
@@ -13,17 +30,3 @@ transformers>=4.44
13
  chromadb>=0.5.4
14
  moviepy>=2.0
15
  tenacity>=8.2
16
-
17
- # Pytorch
18
- torch==2.3.0
19
- torchaudio==2.3.0
20
-
21
- # Pyannote
22
- pyannote.audio==3.1.1
23
- huggingface_hub>=0.23
24
-
25
- # Audio y utilidades
26
- librosa>=0.10
27
- soundfile>=0.12
28
- pydub>=0.25
29
- ffmpeg-python>=0.2
 
1
+ # Core numérico (compatibles con pyannote)
2
+ numpy==1.26.4
3
+ scipy==1.11.4
4
+
5
+ # PyTorch pareado con torchaudio (CPU)
6
+ torch==2.3.0
7
+ torchaudio==2.3.0
8
+
9
+ # Pyannote
10
+ pyannote.audio==3.1.1
11
+ huggingface_hub>=0.23
12
+
13
+ # Audio/ML que ya usas
14
+ librosa>=0.10
15
+ soundfile>=0.12
16
+ pydub>=0.25
17
+ ffmpeg-python>=0.2
18
+
19
+ # Resto de tu stack (ejemplos)
20
  fastapi==0.114.2
21
  uvicorn[standard]==0.30.6
22
  python-multipart==0.0.9
23
  PyYAML>=6.0
24
  requests>=2.32
25
  gradio_client>=0.16.0
 
 
26
  opencv-python-headless==4.10.0.84
27
  scikit-learn>=1.5
28
  sentence-transformers>=3.0
 
30
  chromadb>=0.5.4
31
  moviepy>=2.0
32
  tenacity>=8.2