222 / requirements
LCNada's picture
Create requirements
70eb0e7 verified
raw
history blame contribute delete
966 Bytes
# 基础库
requests==2.25.1 # 用于发送 HTTP 请求
numpy==1.19.5 # 用于科学计算
pandas==1.2.0 # 用于数据处理和分析
# 机器学习相关
scikit-learn==0.24.1 # 机器学习工具包
tensorflow==2.4.1 # 深度学习框架
torch==1.8.0 # PyTorch 深度学习框架
# 数据可视化
matplotlib==3.3.4 # 绘图库
seaborn==0.11.1 # 基于 matplotlib 的高级绘图库
# Web 开发
flask==1.1.2 # 轻量级 Web 框架
django==3.1.7 # 全功能 Web 框架
# 数据库
sqlalchemy==1.3.23 # SQL 工具包
psycopg2==2.8.6 # PostgreSQL 适配器
# 测试与代码质量
pytest==6.2.2 # 测试框架
flake8==3.9.0 # 代码风格检查工具
# 其他工具
jupyter==1.0.0 # Jupyter Notebook
black==21.5b1 # 代码格式化工具
# 从 GitHub 安装的库
git+https://github.com/username/repo.git@master#egg=package_name
# 本地安装的库
./path/to/package