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 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