加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Pipfile 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
Fausto Morales 提交于 2020-06-13 23:03 . Fix lint issues.
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
ipython = "*"
jupyterlab = "*"
numpy = "*"
matplotlib = "*"
keras = "*"
mypy = "*"
pylint = "*"
pytest = "*"
pytest-cov = "*"
yapf = "*"
scikit-learn = "*"
sphinx = "==1.8.3"
m2r = "==0.2.1"
tensorflow = "==2.1.0" # See https://github.com/PyCQA/pylint/issues/3613
Pillow = "==6.2.2" # We need to do this because of https://github.com/pytorch/vision/issues/1714
sphinx_rtd_theme = "==0.4.2"
[packages]
keras-ocr = {editable = true,path = "."}
[requires]
python_version = "3.7"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化