Skip to content

Commit 72deeb8

Browse files
renovate-botholtskinnerkweinmeisterleahecole
authored
chore(deps): update dependency pandas to v2 (#9466)
* chore(deps): update dependency pandas to v2 * Update requirements.txt * Update requirements.txt * Update requirements-test.txt * Update requirements.txt * Update requirements.txt * Update requirements.txt * Update requirements-test.txt * Update requirements.txt * Update requirements.txt * Update requirements.txt * Update requirements.txt --------- Co-authored-by: Holt Skinner <[email protected]> Co-authored-by: Karl Weinmeister <[email protected]> Co-authored-by: Leah E. Cole <[email protected]>
1 parent b290e5d commit 72deeb8

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

bigquery/bqml/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
google-cloud-bigquery[pandas,bqstorage]==3.5.0
2-
google-cloud-bigquery-storage==2.14.0
1+
google-cloud-bigquery[pandas,bqstorage]==3.9.0
2+
google-cloud-bigquery-storage==2.19.1
33
pandas==1.1.5; python_version < '3.7'
4-
pandas==1.3.5; python_version > '3.6'
5-
# pyarrow must stay under 8
6-
pyarrow==7.0.0
4+
pandas==1.3.5; python_version == '3.7'
5+
pandas==2.0.0; python_version > '3.7'
6+
pyarrow==11.0.0
77
flaky==3.7.0
88
mock==5.0.1

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
google-cloud-bigquery==2.34.4
22
google-cloud-bigquery-storage==2.14.0
33
pandas==1.1.5; python_version < '3.7'
4-
pandas==1.3.5; python_version > '3.6'
4+
pandas==1.3.5; python_version == '3.7'
5+
pandas==2.0.0; python_version > '3.7'
56
pandas-gbq==0.17.2; python_version > '3.6'
67
# pandas-gbq==0.14.1 is the latest compatible version for Python 3.6
78
pandas-gbq==0.14.1; python_version < '3.7'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pytest==7.0.1
22
pandas==1.1.5; python_version < '3.7'
3-
pandas==1.3.5; python_version > '3.6'
3+
pandas==1.3.5; python_version == '3.7'
4+
pandas==2.0.0; python_version > '3.7'
45
pyarrow==6.0.1; python_version < '3.7'
56
pyarrow==11.0.0; python_version > '3.6'
67
google-cloud-bigquery==3.5.0

people-and-planet-ai/geospatial-classification/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ numpy==1.24.2
22
tensorflow==2.11
33
earthengine-api==0.1.345
44
google-cloud-aiplatform==1.23.0
5-
pandas==1.5.3
5+
pandas==1.1.5; python_version < '3.7'
6+
pandas==1.3.5; python_version == '3.7'
7+
pandas==2.0.0; python_version > '3.7'
68
folium==0.14.0

people-and-planet-ai/timeseries-classification/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ Flask==2.2.3
22
apache-beam[gcp]==2.46.0
33
google-cloud-aiplatform==1.23.0
44
gunicorn==20.1.0
5-
pandas==1.5.3
6-
tensorflow==2.9.3
5+
pandas==1.1.5; python_version < '3.7'
6+
pandas==1.3.5; python_version == '3.7'
7+
pandas==2.0.0; python_version > '3.7'
8+
tensorflow==2.9.3

0 commit comments

Comments
 (0)