diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index cfed3976b1d..13593a5af27 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -1,7 +1,7 @@ google-cloud-bigquery[pandas,bqstorage]==3.27.0 google-cloud-bigquery-storage==2.27.0 -pandas==2.0.3; python_version == '3.8' -pandas==2.2.3; python_version > '3.8' +pandas==3.0.0; python_version == '3.8' +pandas==3.0.0; python_version > '3.8' pyarrow==17.0.0; python_version <= '3.8' pyarrow==20.0.0; python_version > '3.9' flaky==3.8.1 diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index 2e8f1a6e66d..bd19c566079 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -1,7 +1,7 @@ google-cloud-bigquery==3.27.0 google-cloud-bigquery-storage==2.27.0 -pandas==2.0.3; python_version == '3.8' -pandas==2.2.3; python_version > '3.8' +pandas==3.0.0; python_version == '3.8' +pandas==3.0.0; python_version > '3.8' pandas-gbq==0.24.0 grpcio==1.70.0; python_version == '3.8' grpcio==1.74.0; python_version > '3.8' diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index e3b75fdaf5f..c1b1e0c1916 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -13,7 +13,7 @@ ipython==9.4.0; python_version >= '3.11' ipywidgets==8.1.7 pandas===1.3.5; python_version == '3.7' pandas===2.0.3; python_version == '3.8' -pandas==2.3.1; python_version >= '3.9' +pandas==3.0.0; python_version >= '3.9' tqdm==4.67.1 db-dtypes===1.4.2; python_version <= '3.8' db-dtypes==1.4.3; python_version >= '3.9' diff --git a/generative_ai/embeddings/requirements.txt b/generative_ai/embeddings/requirements.txt index 13c79e4e255..0db68066f02 100644 --- a/generative_ai/embeddings/requirements.txt +++ b/generative_ai/embeddings/requirements.txt @@ -1,6 +1,6 @@ -pandas==2.2.3; python_version == '3.7' -pandas==2.2.3; python_version == '3.8' -pandas==2.2.3; python_version > '3.8' +pandas==3.0.0; python_version == '3.7' +pandas==3.0.0; python_version == '3.8' +pandas==3.0.0; python_version > '3.8' pillow==10.4.0; python_version < '3.8' pillow==10.4.0; python_version >= '3.8' google-cloud-aiplatform[all]==1.84.0 diff --git a/generative_ai/evaluation/requirements.txt b/generative_ai/evaluation/requirements.txt index be13d57d368..8ca6f6ae1c1 100644 --- a/generative_ai/evaluation/requirements.txt +++ b/generative_ai/evaluation/requirements.txt @@ -1,6 +1,6 @@ -pandas==2.2.3; python_version == '3.7' -pandas==2.2.3; python_version == '3.8' -pandas==2.2.3; python_version > '3.8' +pandas==3.0.0; python_version == '3.7' +pandas==3.0.0; python_version == '3.8' +pandas==3.0.0; python_version > '3.8' pillow==10.4.0; python_version < '3.8' pillow==10.4.0; python_version >= '3.8' google-cloud-aiplatform[all]==1.69.0 diff --git a/generative_ai/extensions/requirements.txt b/generative_ai/extensions/requirements.txt index be13d57d368..8ca6f6ae1c1 100644 --- a/generative_ai/extensions/requirements.txt +++ b/generative_ai/extensions/requirements.txt @@ -1,6 +1,6 @@ -pandas==2.2.3; python_version == '3.7' -pandas==2.2.3; python_version == '3.8' -pandas==2.2.3; python_version > '3.8' +pandas==3.0.0; python_version == '3.7' +pandas==3.0.0; python_version == '3.8' +pandas==3.0.0; python_version > '3.8' pillow==10.4.0; python_version < '3.8' pillow==10.4.0; python_version >= '3.8' google-cloud-aiplatform[all]==1.69.0 diff --git a/generative_ai/image_generation/requirements.txt b/generative_ai/image_generation/requirements.txt index be13d57d368..8ca6f6ae1c1 100644 --- a/generative_ai/image_generation/requirements.txt +++ b/generative_ai/image_generation/requirements.txt @@ -1,6 +1,6 @@ -pandas==2.2.3; python_version == '3.7' -pandas==2.2.3; python_version == '3.8' -pandas==2.2.3; python_version > '3.8' +pandas==3.0.0; python_version == '3.7' +pandas==3.0.0; python_version == '3.8' +pandas==3.0.0; python_version > '3.8' pillow==10.4.0; python_version < '3.8' pillow==10.4.0; python_version >= '3.8' google-cloud-aiplatform[all]==1.69.0 diff --git a/generative_ai/model_garden/requirements.txt b/generative_ai/model_garden/requirements.txt index be13d57d368..8ca6f6ae1c1 100644 --- a/generative_ai/model_garden/requirements.txt +++ b/generative_ai/model_garden/requirements.txt @@ -1,6 +1,6 @@ -pandas==2.2.3; python_version == '3.7' -pandas==2.2.3; python_version == '3.8' -pandas==2.2.3; python_version > '3.8' +pandas==3.0.0; python_version == '3.7' +pandas==3.0.0; python_version == '3.8' +pandas==3.0.0; python_version > '3.8' pillow==10.4.0; python_version < '3.8' pillow==10.4.0; python_version >= '3.8' google-cloud-aiplatform[all]==1.69.0 diff --git a/generative_ai/model_tuning/requirements.txt b/generative_ai/model_tuning/requirements.txt index be13d57d368..8ca6f6ae1c1 100644 --- a/generative_ai/model_tuning/requirements.txt +++ b/generative_ai/model_tuning/requirements.txt @@ -1,6 +1,6 @@ -pandas==2.2.3; python_version == '3.7' -pandas==2.2.3; python_version == '3.8' -pandas==2.2.3; python_version > '3.8' +pandas==3.0.0; python_version == '3.7' +pandas==3.0.0; python_version == '3.8' +pandas==3.0.0; python_version > '3.8' pillow==10.4.0; python_version < '3.8' pillow==10.4.0; python_version >= '3.8' google-cloud-aiplatform[all]==1.69.0 diff --git a/generative_ai/prompts/requirements.txt b/generative_ai/prompts/requirements.txt index 30b8dfcdd9f..3c8beb1adc7 100644 --- a/generative_ai/prompts/requirements.txt +++ b/generative_ai/prompts/requirements.txt @@ -1,6 +1,6 @@ -pandas==2.2.3; python_version == '3.7' -pandas==2.2.3; python_version == '3.8' -pandas==2.2.3; python_version > '3.8' +pandas==3.0.0; python_version == '3.7' +pandas==3.0.0; python_version == '3.8' +pandas==3.0.0; python_version > '3.8' pillow==10.4.0; python_version < '3.8' pillow==10.4.0; python_version >= '3.8' google-cloud-aiplatform[all]==1.74.0 diff --git a/generative_ai/reasoning_engine/requirements.txt b/generative_ai/reasoning_engine/requirements.txt index be13d57d368..8ca6f6ae1c1 100644 --- a/generative_ai/reasoning_engine/requirements.txt +++ b/generative_ai/reasoning_engine/requirements.txt @@ -1,6 +1,6 @@ -pandas==2.2.3; python_version == '3.7' -pandas==2.2.3; python_version == '3.8' -pandas==2.2.3; python_version > '3.8' +pandas==3.0.0; python_version == '3.7' +pandas==3.0.0; python_version == '3.8' +pandas==3.0.0; python_version > '3.8' pillow==10.4.0; python_version < '3.8' pillow==10.4.0; python_version >= '3.8' google-cloud-aiplatform[all]==1.69.0 diff --git a/people-and-planet-ai/geospatial-classification/requirements.txt b/people-and-planet-ai/geospatial-classification/requirements.txt index 7c19dad051d..15552db4b1f 100644 --- a/people-and-planet-ai/geospatial-classification/requirements.txt +++ b/people-and-planet-ai/geospatial-classification/requirements.txt @@ -1,5 +1,5 @@ earthengine-api==1.5.9 folium==0.19.5 google-cloud-aiplatform==1.47.0 -pandas==2.2.3 +pandas==3.0.0 tensorflow==2.12.0 diff --git a/people-and-planet-ai/timeseries-classification/requirements.txt b/people-and-planet-ai/timeseries-classification/requirements.txt index c97c9686726..f8918d7aeb1 100644 --- a/people-and-planet-ai/timeseries-classification/requirements.txt +++ b/people-and-planet-ai/timeseries-classification/requirements.txt @@ -2,6 +2,6 @@ Flask==3.0.3 apache-beam[gcp]==2.46.0 google-cloud-aiplatform==1.47.0 gunicorn==23.0.0 -pandas==2.2.3 +pandas==3.0.0 tensorflow==2.12.1 Werkzeug==3.0.3