Skip to content

Commit

Permalink
Solve package conflict in [gcp] and [ci] (#1955)
Browse files Browse the repository at this point in the history
Signed-off-by: Yusuke Nishioka <[email protected]>
  • Loading branch information
ysk24ok authored Oct 20, 2021
1 parent 6912a41 commit ea00d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"google-cloud-bigquery>=2.28.1",
"google-cloud-bigquery-storage >= 2.0.0",
"google-cloud-datastore>=2.1.*",
"google-cloud-storage>=1.34.*",
"google-cloud-storage>=1.34.*,<1.41",
"google-cloud-core==1.4.*",
]

Expand Down Expand Up @@ -115,7 +115,7 @@
"google-cloud-bigquery>=2.28.1",
"google-cloud-bigquery-storage >= 2.0.0",
"google-cloud-datastore>=2.1.*",
"google-cloud-storage>=1.20.*",
"google-cloud-storage>=1.20.*,<1.41",
"google-cloud-core==1.4.*",
"redis-py-cluster==2.1.2",
"boto3==1.17.*",
Expand Down

0 comments on commit ea00d50

Please sign in to comment.