提交 a13dcce5 编写于 作者: F fuyw 提交者: Bo Zhou

new setup (#114)

上级 b29a1ec1
...@@ -68,9 +68,10 @@ setup( ...@@ -68,9 +68,10 @@ setup(
"pyzmq==18.0.1", "pyzmq==18.0.1",
"pyarrow==0.13.0", "pyarrow==0.13.0",
"scipy>=1.0.0", "scipy>=1.0.0",
"cloudpickle==1.0.0", "cloudpickle==1.2.1",
"tensorboardX==1.8", "tensorboardX==1.8",
"tensorboard==1.14.0", "tb-nightly==1.15.0a20190801",
"click",
], ],
classifiers=[ classifiers=[
'Intended Audience :: Developers', 'Intended Audience :: Developers',
...@@ -81,4 +82,5 @@ setup( ...@@ -81,4 +82,5 @@ setup(
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
], ],
entry_points={"console_scripts": ["xparl=parl.remote.scripts:main"]},
) )
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册