From 0b66c556786328d0a44dc1850ecb33ed789ea0e9 Mon Sep 17 00:00:00 2001 From: Linchin Date: Wed, 2 Apr 2025 21:17:03 +0000 Subject: [PATCH 1/2] deps: increase pandas min version to 1.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f84ef68..a4670bf5 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 >=1.3.0", "pyarrow >=4.0.0", "pydata-google-auth >=1.5.0", # Note: google-api-core and google-auth are also included via transitive From dc0944e4c3d0aaa339e1719867f4297c73e9573a Mon Sep 17 00:00:00 2001 From: Linchin Date: Wed, 2 Apr 2025 21:23:34 +0000 Subject: [PATCH 2/2] update 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..8f6cefd5 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.3.0 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..9469bbdd 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.3.0