Skip to content

Commit 134a900

Browse files
committed
apache-beam[gcp] 2.42.0 depends on google-cloud-core<3 and >=0.28.1; extra == gcp
google-cloud-bigquery 2.34.4 depends on google-cloud-core<3.0.0dev and >=1.4.1 google-cloud-bigtable 1.7.2 depends on google-cloud-core<3.0dev and >=1.4.1 google-cloud-datastore 1.15.5 depends on google-cloud-core<3.0dev and >=1.4.0 google-cloud-spanner 1.19.0 depends on google-cloud-core<2.0dev and >=1.4.1
1 parent 7fec3b1 commit 134a900

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python-tensorflow/Dockerfile.2.10-py38-cuda11.3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ RUN python3 -m pip install --no-cache-dir \
2525
RUN python3 -m pip uninstall -y google-api-core
2626
RUN python3 -m pip install --no-cache-dir \
2727
--use-feature=2020-resolver \
28-
google_cloud_spanner==1.19.0 \
28+
google_cloud_spanner==3.22.2 \
2929
googleapis-common-protos==1.56.4 \
3030
google_cloud_videointelligence==1.15.0 \
3131
google_cloud_vision==0.42.0 \
3232
google_cloud_pubsub==2.13.10 \
3333
google_cloud_dlp==3.9.2 \
34-
google_cloud_datastore==1.15.2 \
35-
google_cloud_bigtable==1.6.0 \
34+
google_cloud_datastore==1.15.5 \
35+
google_cloud_bigtable==1.7.2 \
3636
google-api-core[grpc,grpcgcp]==1.33.2 \
3737
google_api_core==1.33.2
3838

0 commit comments

Comments
 (0)