Skip to content

Commit

Permalink
Avoiding grpcio==1.6.0 in deps. (#4096)
Browse files Browse the repository at this point in the history
This is due to `google-gax` doing the same, which has broken
RTD builds:

https://readthedocs.org/projects/google-cloud-python/builds/6063446/

The motivation for avoiding `grpcio==1.6.0` is:

grpc/grpc#12455
  • Loading branch information
dhermes authored Oct 2, 2017
1 parent e7b7b56 commit de65c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-cloud-speech/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
REQUIREMENTS = [
'google-cloud-core >= 0.27.0, < 0.28dev',
'google-gax >= 0.15.14, < 0.16dev',
'googleapis-common-protos[grpc] >= 1.5.2, < 2.0dev',
'googleapis-common-protos[grpc] >= 1.5.3, < 2.0dev',
]

setup(
Expand Down

0 comments on commit de65c71

Please sign in to comment.