未验证 提交 63d6597f 编写于 作者: A Aston Zhang 提交者: GitHub

fix setup requirements lib versions

上级 748150e1
......@@ -2,11 +2,11 @@ from setuptools import setup, find_packages
import d2l
requirements = [
'jupyter',
'numpy',
'matplotlib',
'requests',
'pandas'
'jupyter==1.0.0',
'numpy==1.18.5',
'matplotlib==3.3.3',
'requests==2.25.1',
'pandas==1.2.2'
]
setup(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册