ChartPipeline / modules /chart_engine /requirements.txt
Ray1ee01's picture
Add runnable ChartPipeline Space
216c0a4 verified
Raw
History Blame Contribute Delete
376 Bytes
# 核心依赖
pyecharts>=2.0.0 # 用于Python生成ECharts配置
lxml>=4.6.3 # 用于XML/HTML处理
Pillow>=9.0.0 # 用于图像处理
# 可选依赖
pytest>=6.2.5 # 用于测试
numpy>=1.20.0 # 用于数据处理
pandas>=1.3.0 # 用于数据处理和分析
# 开发工具
black>=21.5b2 # 代码格式化
flake8>=3.9.2 # 代码检查