Skip to content

Commit a355493

Browse files
committed
upgrade python protobuf version
1 parent bd1f6a7 commit a355493

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

paddle/api/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ SWIG_LINK_LIBRARIES(swig_paddle
6767
paddle_trainer_lib
6868
paddle_network
6969
paddle_proto
70-
ARCHIVE_START
70+
${ARCHIVE_START}
7171
paddle_gserver
7272
paddle_function
7373
${METRIC_LIBS}
74-
ARCHIVE_END
74+
${ARCHIVE_END}
7575
)
7676

7777
add_custom_command(OUTPUT ${PROJ_ROOT}/paddle/dist/.timestamp

paddle/setup.py.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ setup(name="py_paddle",
2222
package_data={'py_paddle':['*.py','_swig_paddle.so']},
2323
install_requires = [
2424
'numpy>=1.8.0', # The numpy is required.
25-
'protobuf>=2.4.1' # The paddle protobuf version
25+
'protobuf>=3.0.0' # The paddle protobuf version
2626
],
27+
url='http://www.paddlepaddle.org/',
28+
license='Apache 2.0',
2729
)

0 commit comments

Comments
 (0)