Skip to content

Commit 38604b7

Browse files
authored
test=release/1.3, cherry-pick protobuf update (#15983)
1 parent 618a014 commit 38604b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/external/protobuf.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ FUNCTION(build_protobuf TARGET_NAME BUILD_FOR_HOST)
231231
)
232232
ENDFUNCTION()
233233

234-
SET(PROTOBUF_VERSION 3.1)
234+
SET(PROTOBUF_VERSION 3.1.0)
235235

236236
IF(NOT PROTOBUF_FOUND)
237237
build_protobuf(extern_protobuf FALSE)

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requests==2.9.2
22
numpy>=1.12
3-
protobuf==3.1
3+
protobuf>=3.1.0
44
recordio>=0.1.0
55
matplotlib==2.2.3 # TODO: let python3 paddlepaddle package use latest matplotlib
66
rarfile

0 commit comments

Comments
 (0)