From 0e7400ee93650431a918e98dfbd20aac142d3cc0 Mon Sep 17 00:00:00 2001 From: chalmer lowe Date: Fri, 4 Oct 2024 18:09:42 +0000 Subject: [PATCH 1/2] update minimum pandas requirement for testing purposes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 10d97733..5244d4ac 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "setuptools", "db-dtypes >=1.0.4,<2.0.0", "numpy >=1.18.1", - "pandas >=1.1.4", + "pandas >=2.0", "pyarrow >=4.0.0", "pydata-google-auth >=1.5.0", # Note: google-api-core and google-auth are also included via transitive From ca8ff533e8dc79b21c64111367c51879d914dcf5 Mon Sep 17 00:00:00 2001 From: chalmer lowe Date: Tue, 8 Oct 2024 16:34:51 +0000 Subject: [PATCH 2/2] Tweaks constraints files --- testing/constraints-3.8.txt | 2 +- testing/constraints-3.9.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/constraints-3.8.txt b/testing/constraints-3.8.txt index 8d6ef4f4..8dee2178 100644 --- a/testing/constraints-3.8.txt +++ b/testing/constraints-3.8.txt @@ -14,7 +14,7 @@ google-auth-oauthlib==0.7.0 google-cloud-bigquery==3.4.2 google-cloud-bigquery-storage==2.16.2 numpy==1.18.1 -pandas==1.1.4 +#pandas==1.1.4 pyarrow==4.0.0 pydata-google-auth==1.5.0 Shapely==1.8.4 diff --git a/testing/constraints-3.9.txt b/testing/constraints-3.9.txt index 76864a66..845998b6 100644 --- a/testing/constraints-3.9.txt +++ b/testing/constraints-3.9.txt @@ -1,2 +1,2 @@ numpy==1.19.4 -pandas==1.1.4 +#pandas==1.1.4