snym04 commited on
Commit
926c4f2
·
verified ·
1 Parent(s): aa5b732

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -4
requirements.txt CHANGED
@@ -1,10 +1,16 @@
1
- --extra-index-url https://pypi.org/simple
2
  colorlog==6.9.0
3
  fast-langdetect==0.2.3
 
 
 
4
  openai
5
  pillow
6
- google-genai
7
  beautifulsoup4
8
  playwright
9
- mineru[all]
10
- ffmpy==0.5.0
 
 
 
 
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