Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -4
requirements.txt
CHANGED
|
@@ -1,10 +1,16 @@
|
|
| 1 |
-
|
| 2 |
colorlog==6.9.0
|
| 3 |
fast-langdetect==0.2.3
|
|
|
|
|
|
|
|
|
|
| 4 |
openai
|
| 5 |
pillow
|
| 6 |
-
google-
|
| 7 |
beautifulsoup4
|
| 8 |
playwright
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 基础依赖锁定
|
| 2 |
colorlog==6.9.0
|
| 3 |
fast-langdetect==0.2.3
|
| 4 |
+
ffmpy==0.5.0
|
| 5 |
+
|
| 6 |
+
# 功能依赖
|
| 7 |
openai
|
| 8 |
pillow
|
| 9 |
+
google-generativeai
|
| 10 |
beautifulsoup4
|
| 11 |
playwright
|
| 12 |
+
|
| 13 |
+
# MinerU 核心(去掉 [all] 以减少冲突,如果运行报错再细化)
|
| 14 |
+
mineru
|
| 15 |
+
# 显式锁定 av 版本,避免它去尝试编译不兼容的最新版
|
| 16 |
+
av==12.3.0
|