提交 62ff2e40 编写于 作者: Y Yu Yang 提交者: GitHub

Merge pull request #1876 from reyoung/fix_bug_in_protobuf_version

Fix bug in protobuf.
......@@ -23,7 +23,7 @@ setup(name="py_paddle",
install_requires = [
'nltk>=3.2.2',
'numpy>=1.8.0', # The numpy is required.
'protobuf>=${PROTOBUF_VERSION}' # The paddle protobuf version
'protobuf==${PROTOBUF_VERSION}' # The paddle protobuf version
],
url='http://www.paddlepaddle.org/',
license='Apache 2.0',
......
......@@ -16,7 +16,7 @@ setup(name='paddle',
packages=packages,
install_requires=[
"numpy",
"protobuf==3.1.0",
"protobuf==${PROTOBUF_VERSION}",
"matplotlib",
],
package_dir={
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册