We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39c6a42 + 3448438 commit 62ff2e4Copy full SHA for 62ff2e4
paddle/setup.py.in
@@ -23,7 +23,7 @@ setup(name="py_paddle",
23
install_requires = [
24
'nltk>=3.2.2',
25
'numpy>=1.8.0', # The numpy is required.
26
- 'protobuf>=${PROTOBUF_VERSION}' # The paddle protobuf version
+ 'protobuf==${PROTOBUF_VERSION}' # The paddle protobuf version
27
],
28
url='http://www.paddlepaddle.org/',
29
license='Apache 2.0',
python/setup.py.in
@@ -16,7 +16,7 @@ setup(name='paddle',
16
packages=packages,
17
install_requires=[
18
"numpy",
19
- "protobuf==3.1.0",
+ "protobuf==${PROTOBUF_VERSION}",
20
"matplotlib",
21
22
package_dir={
0 commit comments