提交 ba157c50 编写于 作者: D David Lin 提交者: wuzewu

switch the dependent packages from tb-nightly to tensorboard>=1.15 (#198)

* switch the dependent packages from tb-nightly to tensorboard>=1.15
上级 efa10846
...@@ -11,5 +11,5 @@ requests ...@@ -11,5 +11,5 @@ requests
pandas pandas
flake8 flake8
tb-paddle tb-paddle
tb-nightly tensorboard >= 1.15
cma == 2.7.0 cma == 2.7.0
...@@ -10,5 +10,5 @@ requests ...@@ -10,5 +10,5 @@ requests
pandas < 0.25.0 pandas < 0.25.0
flake8 flake8
tb-paddle tb-paddle
tb-nightly tensorboard >= 1.15
cma == 2.7.0 cma == 2.7.0
...@@ -32,7 +32,7 @@ max_version, mid_version, min_version = python_version() ...@@ -32,7 +32,7 @@ max_version, mid_version, min_version = python_version()
REQUIRED_PACKAGES = [ REQUIRED_PACKAGES = [
'six >= 1.10.0', 'protobuf >= 3.6.0', 'pyyaml', 'Pillow', 'requests', 'six >= 1.10.0', 'protobuf >= 3.6.0', 'pyyaml', 'Pillow', 'requests',
'tb-paddle', 'tb-nightly', 'cma == 2.7.0' 'tb-paddle', 'tensorboard >= 1.15', 'cma == 2.7.0'
] ]
if max_version < 3: if max_version < 3:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册