File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ install:
8282 # compiled extensions and are not provided as pre-built wheel packages,
8383 # pip will build them from source using the MSVC compiler matching the
8484 # target Python version and architecture
85- - " %CMD_IN_ENV% pip install wheel nose nose-exclude cryptography grpcio "
86- # Install sometimes-problemaatic gRPC-related dependencies
87- - " %CMD_IN_ENV% pip install grpcio gax-google-pubsub-v1 gax-google-logging-v2"
85+ - " %CMD_IN_ENV% pip install wheel nose nose-exclude cryptography"
86+ # Install sometimes-problematic gRPC-related dependencies
87+ - " %CMD_IN_ENV% pip install ' grpcio >= 1.0rc1' gax-google-pubsub-v1 gax-google-logging-v2"
8888
8989build_script :
9090 # Build the compiled extension
You can’t perform that action at this time.
0 commit comments