加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Pipfile 448 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dr_Jumbo_17 提交于 2022-01-21 17:30 . tmp
[[source]]
# url = "https://pypi.org/simple"
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
verify_ssl = true
name = "pypi"
[packages]
pandas = "==1.0.1"
numpy = "==1.18.1"
pyecharts = "==1.7.1"
requests = "==2.22.0"
seaborn = "==0.10.0"
tensorboard = "*"
tensorflow = "*"
Flask = "==1.1.1"
PyMySQL = "==0.9.3"
SQLAlchemy = "==1.3.13"
matplotlib = "*"
xlrd = "*"
ipykernel = "*"
[dev-packages]
ipykernel = "*"
[requires]
python_version = "3"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化