1 Star 0 Fork 40

newYear / d2l-zh

forked from 编程语言算法集 / d2l-zh 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaotinghe 提交于 2021-03-17 14:59 . install torch rome pypi.org (#697)
from setuptools import setup, find_packages
import d2l
requirements = [
'jupyter',
'numpy',
'matplotlib',
'requests',
'pandas'
]
setup(
name='d2l',
version=d2l.__version__,
python_requires='>=3.5',
author='D2L Developers',
author_email='d2l.devs@gmail.com',
url='https://d2l.ai',
description='Dive into Deep Learning',
license='MIT-0',
packages=find_packages(),
zip_safe=True,
install_requires=requirements,
)
Python
1
https://gitee.com/new520Year/d2l-zh.git
git@gitee.com:new520Year/d2l-zh.git
new520Year
d2l-zh
d2l-zh
master

搜索帮助