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.
1 parent 618a014 commit 38604b7Copy full SHA for 38604b7
cmake/external/protobuf.cmake
@@ -231,7 +231,7 @@ FUNCTION(build_protobuf TARGET_NAME BUILD_FOR_HOST)
231
)
232
ENDFUNCTION()
233
234
-SET(PROTOBUF_VERSION 3.1)
+SET(PROTOBUF_VERSION 3.1.0)
235
236
IF(NOT PROTOBUF_FOUND)
237
build_protobuf(extern_protobuf FALSE)
python/requirements.txt
@@ -1,6 +1,6 @@
1
requests==2.9.2
2
numpy>=1.12
3
-protobuf==3.1
+protobuf>=3.1.0
4
recordio>=0.1.0
5
matplotlib==2.2.3 # TODO: let python3 paddlepaddle package use latest matplotlib
6
rarfile
0 commit comments