image-quantifier / requirements.txt
smiler488's picture
Update requirements.txt
200f213 verified
raw
history blame contribute delete
401 Bytes
# 核心依赖
gradio>=5.0.0
opencv-python-headless>=4.8.0
numpy>=1.24.0
pandas>=2.0.0
# 可选依赖(用于特定功能)
pillow>=10.0.0
scikit-image>=0.21.0
# 注意:
# - opencv-python-headless: 无GUI环境的OpenCV
# - gradio: Web界面框架
# - numpy: 数值计算
# - pandas: 数据处理和CSV导出
# - scikit-image: 图像处理工具(可选)
# - pillow: 图像处理(可选)