From 70949f7663f500b432a16a379b519d8ed0145ce1 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 3 Jun 2022 07:50:15 -0400 Subject: [PATCH 1/2] chore: test minimum dependencies in python 3.7 --- testing/constraints-3.7.txt | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/testing/constraints-3.7.txt b/testing/constraints-3.7.txt index 684864f2b..47b842a6d 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -1 +1,27 @@ -pandas==1.1.0 +# This constraints file is used to check that lower bounds +# are correct in setup.py +# List *all* library dependencies and extras in this file. +# Pin the version to the lower bound. +# +# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", +# Then this file should have foo==1.14.0 +db-dtypes==0.3.0 +geopandas==0.9.0 +google-api-core==1.31.5 +google-cloud-bigquery-storage==2.0.0 +google-cloud-core==1.4.1 +google-resumable-media==0.6.0 +grpcio==1.38.1 +ipython==7.0.1 +opentelemetry-api==1.1.0 +opentelemetry-instrumentation==0.20b0 +opentelemetry-sdk==1.1.0 +pandas==1.0.0 +proto-plus==1.15.0 +protobuf==3.12.0 +pyarrow==3.0.0 +python-dateutil==2.7.2 +requests==2.18.0 +Shapely==1.6.0 +six==1.13.0 +tqdm==4.7.4 From fa35870636e43fd006df40230a8c1e679c318070 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 3 Jun 2022 16:43:01 +0000 Subject: [PATCH 2/2] update constraints --- testing/constraints-3.7.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/constraints-3.7.txt b/testing/constraints-3.7.txt index 47b842a6d..e3c7a332c 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -16,12 +16,12 @@ ipython==7.0.1 opentelemetry-api==1.1.0 opentelemetry-instrumentation==0.20b0 opentelemetry-sdk==1.1.0 -pandas==1.0.0 +pandas==1.1.0 proto-plus==1.15.0 protobuf==3.12.0 pyarrow==3.0.0 -python-dateutil==2.7.2 +python-dateutil==2.7.3 requests==2.18.0 -Shapely==1.6.0 +Shapely==1.6.4.post2 six==1.13.0 tqdm==4.7.4