Files
qiming/qiming-rcoder/docker/rcoder-agent-runner/requirements.txt
2026-06-01 13:54:52 +08:00

32 lines
756 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Python 数据科学库依赖 - 最新稳定版本
# ===============================================
# ✅ 已更新为截至 2025年1月 的最新可用版本
# 验证:这些版本在 Debian 12 容器中兼容
# 适用场景Docker容器、Python 3.11+、Debian 12
# 第1层核心计算库基础依赖
numpy==2.4.1
scipy==1.17.0
# 第2层数据处理和可视化库依赖 numpy
pandas==3.0.0
matplotlib==3.10.8
seaborn==0.13.2
# 第3层机器学习库依赖 numpy/scipy
scikit-learn==1.8.0
# 第4层文档和文件处理库
openpyxl==3.1.5
python-docx==1.1.2
xlrd==2.0.1
xlwt==1.3.0
# 第5层网络和数据处理库
requests==2.32.3
beautifulsoup4==4.12.3
lxml==5.3.0
# 第6层PDF 处理库
PyMuPDF==1.26.7