smiler488 commited on
Commit
200f213
·
verified ·
1 Parent(s): 4cf2bd5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -6
requirements.txt CHANGED
@@ -1,6 +1,17 @@
1
- gradio>=4.34.0
2
- opencv-python-headless>=4.10.0.84
3
- numpy>=1.26.4
4
- pillow>=10.4.0
5
- scikit-image>=0.24.0
6
- pandas>=2.2.2
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 核心依赖
2
+ gradio>=5.0.0
3
+ opencv-python-headless>=4.8.0
4
+ numpy>=1.24.0
5
+ pandas>=2.0.0
6
+
7
+ # 可选依赖(用于特定功能)
8
+ pillow>=10.0.0
9
+ scikit-image>=0.21.0
10
+
11
+ # 注意:
12
+ # - opencv-python-headless: 无GUI环境的OpenCV
13
+ # - gradio: Web界面框架
14
+ # - numpy: 数值计算
15
+ # - pandas: 数据处理和CSV导出
16
+ # - scikit-image: 图像处理工具(可选)
17
+ # - pillow: 图像处理(可选)