Skip to content

Commit

Permalink
Fix versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster committed Oct 26, 2016
1 parent 0e8296c commit 9c3a578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions speech/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@

REQUIREMENTS = [
'google-cloud-core >= 0.20.0',
'gapic-google-cloud-speech-v1beta1>=0.11.1',
'grpc-google-cloud-speech-v1beta1>=0.11.1',
'gapic-google-cloud-speech-v1beta1>=0.11.1,<0.12.0',
'grpc-google-cloud-speech-v1beta1>=0.11.1,<0.12.0',
]

setup(
Expand Down

0 comments on commit 9c3a578

Please sign in to comment.