From 03c718b889263e89f9f41efc99323c8d84fc973d Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Fri, 30 Jul 2021 13:41:10 -0400 Subject: [PATCH 1/3] bump bq version --- people-and-planet-ai/image-classification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/people-and-planet-ai/image-classification/requirements.txt b/people-and-planet-ai/image-classification/requirements.txt index 5c86b4fd10f..049b514cda0 100644 --- a/people-and-planet-ai/image-classification/requirements.txt +++ b/people-and-planet-ai/image-classification/requirements.txt @@ -1,4 +1,4 @@ Pillow==8.3.0 apache-beam[gcp]==2.30.0 google-cloud-aiplatform==1.1.1 -google-cloud-bigquery==2.23.1 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this. \ No newline at end of file +google-cloud-bigquery==2.23.2 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this. From fa48c108d5ee953dd873c50feef2bdbc79f582d7 Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Tue, 3 Aug 2021 10:40:49 -0700 Subject: [PATCH 2/3] update pytest xdist --- people-and-planet-ai/image-classification/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/people-and-planet-ai/image-classification/requirements-test.txt b/people-and-planet-ai/image-classification/requirements-test.txt index 2ca9b175cb6..cfd5dc8984d 100644 --- a/people-and-planet-ai/image-classification/requirements-test.txt +++ b/people-and-planet-ai/image-classification/requirements-test.txt @@ -1,3 +1,3 @@ google-cloud-storage==1.41.0 -pytest-xdist==2.2.1 +pytest-xdist==2.3.0 pytest==6.2.4 From bb19d12197bf9ceebb65d22bed15804525b143fe Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Tue, 3 Aug 2021 10:45:37 -0700 Subject: [PATCH 3/3] update aiplatform --- people-and-planet-ai/image-classification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/people-and-planet-ai/image-classification/requirements.txt b/people-and-planet-ai/image-classification/requirements.txt index 049b514cda0..bad5e1650af 100644 --- a/people-and-planet-ai/image-classification/requirements.txt +++ b/people-and-planet-ai/image-classification/requirements.txt @@ -1,4 +1,4 @@ Pillow==8.3.0 apache-beam[gcp]==2.30.0 -google-cloud-aiplatform==1.1.1 +google-cloud-aiplatform==1.3.0 google-cloud-bigquery==2.23.2 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this.