We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37c469 commit e8e2659Copy full SHA for e8e2659
1 file changed
packages/google-cloud-bigquery-storage/samples/to_dataframe/requirements.txt
@@ -13,7 +13,7 @@ ipython==9.13.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.2; 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.1; python_version >= '3.9'
0 commit comments