提交 0622079e 编写于 作者: K kinghuin 提交者: wuzewu

modify py2 numpy&pandas version (#163)

* modify py2 numpy&pandas version

* modify requirements
上级 ed806788
#for python2, you should use requirements_py2.txt
pre-commit
protobuf >= 3.1.0
yapf == 0.26.0
pyyaml
numpy
#[py2]numpy == 1.16.0
Pillow
six >= 1.10.0
chardet == 3.0.4
requests
pandas
#[py2]pandas == 0.24.0
flake8
tb-paddle
tb-nightly
......
pre-commit
protobuf >= 3.1.0
yapf == 0.26.0
pyyaml
numpy < 1.17.0
Pillow
six >= 1.10.0
chardet == 3.0.4
requests
pandas < 0.25.0
flake8
tb-paddle
tb-nightly
cma == 2.7.0
......@@ -36,7 +36,7 @@ REQUIRED_PACKAGES = [
]
if max_version < 3:
REQUIRED_PACKAGES += ["numpy == 1.16.0", "pandas == 0.24.0"]
REQUIRED_PACKAGES += ["numpy < 1.17.0", "pandas < 0.25.0"]
else:
REQUIRED_PACKAGES += ["numpy", "pandas"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册