We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f3fe8 commit 9213910Copy full SHA for 9213910
bigquery/pandas-gbq-migration/requirements.txt
@@ -2,9 +2,9 @@ google-cloud-bigquery==3.25.0
2
google-cloud-bigquery-storage==2.19.1
3
pandas==2.0.3; python_version == '3.8'
4
pandas==2.2.2; python_version > '3.8'
5
-pandas-gbq==0.22.0; python_version > '3.6'
+pandas-gbq==0.24.0; python_version > '3.6'
6
# pandas-gbq==0.14.1 is the latest compatible version for Python 3.6
7
-pandas-gbq==0.14.1; python_version < '3.7'
+pandas-gbq===0.14.1; python_version < '3.7'
8
grpcio==1.62.1
9
pyarrow==17.0.0; python_version > '3.6'
10
# pyarrow==6.0.1 is the latest compatible version for pandas-gbq 0.14.1
0 commit comments