Skip to content

Commit

Permalink
Try to resolve a google-resumable-media package conflict
Browse files Browse the repository at this point in the history
Most likely this is casued by the conflict between google-cloud-storage
and google-cloud-bigquery (which is required by BEAM).

googleapis/google-cloud-python#9786
  • Loading branch information
samanvp committed Nov 14, 2019
1 parent 9a865ce commit c8dc5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@
# Nucleus needs uptodate protocol buffer compiler (protoc).
'protobuf>=3.6.1',
'mmh3<2.6',
'google-cloud-storage',
'google-cloud-storage<1.23.0',
'pyfarmhash'
]

Expand Down

0 comments on commit c8dc5a0

Please sign in to comment.