提交 786f8c30 编写于 作者: A Aston Zhang

Revert "fix setup requirements lib versions"

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