We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6704312 commit a206245Copy full SHA for a206245
packages/google-cloud-bigquery-storage/samples/to_dataframe/requirements.txt
@@ -13,7 +13,7 @@ ipython==9.12.0; python_version >= '3.11'
13
ipywidgets==8.1.8
14
pandas===1.3.5; python_version == '3.7'
15
pandas===2.0.3; python_version == '3.8'
16
-pandas==3.0.1; python_version >= '3.9'
+pandas==2.3.3; python_version >= '3.9'
17
tqdm==4.67.3
18
db-dtypes===1.4.2; python_version <= '3.8'
19
db-dtypes==1.5.0; python_version >= '3.9'
0 commit comments