未验证 提交 a1b66cdf 编写于 作者: P pkpk 提交者: GitHub

update setup

To support PaddlePaddle==1.6.1
上级 a55ba475
...@@ -24,8 +24,8 @@ import setuptools ...@@ -24,8 +24,8 @@ import setuptools
with open("README.md", "r") as fh: with open("README.md", "r") as fh:
long_description = fh.read() long_description = fh.read()
setuptools.setup( setuptools.setup(
name="paddle-palm", name="paddlepalm",
version="1.2", version="1.0.0",
author="PaddlePaddle", author="PaddlePaddle",
author_email="zhangyiming04@baidu.com", author_email="zhangyiming04@baidu.com",
description="A Multi-task Learning Lib for PaddlePaddle Users.", description="A Multi-task Learning Lib for PaddlePaddle Users.",
...@@ -63,6 +63,9 @@ setuptools.setup( ...@@ -63,6 +63,9 @@ setuptools.setup(
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
], ],
install_requires = [
'paddlepaddle-gpu>=1.6.1'
]
) )
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册