Princeaka commited on
Commit
72ec8f4
·
verified ·
1 Parent(s): efc9242

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- # Core Requirements
2
  --index-url https://download.pytorch.org/whl/cu118
3
  torch==2.0.1+cu118
4
  torchvision==0.15.2+cu118
5
  torchaudio==2.0.2+cu118
6
 
7
- # Hugging Face Ecosystem
8
  transformers==4.30.2
9
  diffusers==0.19.0
10
  accelerate==0.21.0
@@ -13,7 +13,7 @@ safetensors==0.3.1
13
  tokenizers==0.13.3
14
  sentencepiece==0.1.99
15
 
16
- # Audio Processing
17
  librosa==0.10.0
18
  soundfile==0.12.1
19
  SpeechRecognition==3.10.0
@@ -21,25 +21,25 @@ gTTS==2.3.2
21
  webrtcvad==2.0.10
22
  pydub==0.25.1
23
 
24
- # Image/Video Processing
25
  Pillow==10.0.0
26
  opencv-python-headless==4.7.0.72
27
  imageio==2.31.1
28
  imageio-ffmpeg==0.4.8
29
  moviepy==1.0.3
30
 
31
- # Document Processing
32
  pymupdf==1.22.5
33
  python-docx==1.1.0
34
  pdf2image==1.17.0
35
 
36
- # Utilities
37
  numpy==1.24.3
38
  tqdm==4.65.0
39
  langdetect==1.0.9
40
  protobuf==3.20.3
41
 
42
- # Gradio Interface
43
  gradio==3.35.2
44
  fastapi==0.95.2
45
  uvicorn==0.22.0
 
1
+ # CORE (Your Original Versions)
2
  --index-url https://download.pytorch.org/whl/cu118
3
  torch==2.0.1+cu118
4
  torchvision==0.15.2+cu118
5
  torchaudio==2.0.2+cu118
6
 
7
+ # HF ECOSYSTEM (Pinned as Provided)
8
  transformers==4.30.2
9
  diffusers==0.19.0
10
  accelerate==0.21.0
 
13
  tokenizers==0.13.3
14
  sentencepiece==0.1.99
15
 
16
+ # AUDIO (Original Stack)
17
  librosa==0.10.0
18
  soundfile==0.12.1
19
  SpeechRecognition==3.10.0
 
21
  webrtcvad==2.0.10
22
  pydub==0.25.1
23
 
24
+ # IMAGE (Original Versions)
25
  Pillow==10.0.0
26
  opencv-python-headless==4.7.0.72
27
  imageio==2.31.1
28
  imageio-ffmpeg==0.4.8
29
  moviepy==1.0.3
30
 
31
+ # DOCS (Original)
32
  pymupdf==1.22.5
33
  python-docx==1.1.0
34
  pdf2image==1.17.0
35
 
36
+ # UTILITIES (Original)
37
  numpy==1.24.3
38
  tqdm==4.65.0
39
  langdetect==1.0.9
40
  protobuf==3.20.3
41
 
42
+ # GRADIO (Original)
43
  gradio==3.35.2
44
  fastapi==0.95.2
45
  uvicorn==0.22.0