s1123725 commited on
Commit
ee09420
·
verified ·
1 Parent(s): 67d7d46

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -14
requirements.txt CHANGED
@@ -1,21 +1,8 @@
1
- # HTTP requests
2
  requests>=2.31.0
3
-
4
- # Data handling
5
  pandas>=2.1.1
6
  numpy>=1.26.1
7
- openpyxl>=3.1.2 # Excel support for pandas
8
-
9
- # Audio
10
  pydub>=0.25.1
11
  ffmpeg-python>=0.2.1
12
-
13
- # LLM / API (如果你後續想用 openai)
14
  openai>=1.32.0
15
-
16
- # Gradio for UI
17
  gradio>=3.54.2
18
-
19
- # Optional for caching and performance
20
- cachetools>=5.4.0
21
-
 
 
1
  requests>=2.31.0
 
 
2
  pandas>=2.1.1
3
  numpy>=1.26.1
4
+ openpyxl>=3.1.2
 
 
5
  pydub>=0.25.1
6
  ffmpeg-python>=0.2.1
 
 
7
  openai>=1.32.0
 
 
8
  gradio>=3.54.2