File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/google-cloud-bigquery-storage/samples/to_dataframe Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5555 - name : Setup Python
5656 uses : actions/setup-python@v6
5757 with :
58- python-version : " 3.14 "
58+ python-version : " 3.10 "
5959 - name : Install nox
6060 run : |
6161 python -m pip install --upgrade setuptools pip wheel
8585 - name : Setup Python
8686 uses : actions/setup-python@v6
8787 with :
88- python-version : " 3.14 "
88+ python-version : " 3.10 "
8989 - name : Install nox
9090 run : |
9191 python -m pip install --upgrade setuptools pip wheel
@@ -113,7 +113,7 @@ jobs:
113113 - name : Setup Python
114114 uses : actions/setup-python@v6
115115 with :
116- python-version : " 3.14 "
116+ python-version : " 3.10 "
117117 - name : Install nox
118118 run : |
119119 python -m pip install --upgrade setuptools pip wheel
@@ -143,7 +143,7 @@ jobs:
143143 - name : Setup Python
144144 uses : actions/setup-python@v6
145145 with :
146- python-version : " 3.14 "
146+ python-version : " 3.10 "
147147 - name : Install nox
148148 run : |
149149 python -m pip install --upgrade setuptools pip wheel
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ipython==9.10.0; python_version >= '3.11'
1313ipywidgets == 8.1.8
1414pandas === 1.3.5 ; python_version == '3.7'
1515pandas === 2.0.3 ; python_version == '3.8'
16- pandas == 3.0.1 ; python_version >= '3.9'
16+ pandas == 2.3.3 ; python_version >= '3.9'
1717tqdm == 4.67.3
1818db-dtypes === 1.4.2 ; python_version < = '3.8'
1919db-dtypes == 1.5.0 ; python_version >= '3.9'
You can’t perform that action at this time.
0 commit comments