Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Bump pandas-gbq to one that doesn't pin pyarrow #54200

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ dependencies:
- odfpy>=1.4.1
- qtpy>=2.2.0
- openpyxl>=3.0.10
- pandas-gbq>=0.17.5
# Bump pandas-gbq to one where pyarrow isn't pinned
- pandas-gbq>=0.19.0
- psycopg2>=2.9.3
- pyarrow>=7.0.0
- pymysql>=1.0.2
Expand Down
3 changes: 2 additions & 1 deletion ci/deps/actions-311-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ dependencies:
- odfpy>=1.4.1
- qtpy>=2.2.0
- openpyxl>=3.0.10
- pandas-gbq>=0.17.5
# Bump pandas-gbq to one where pyarrow isn't pinned
- pandas-gbq>=0.19.0
- psycopg2>=2.9.3
- pyarrow>=7.0.0
- pymysql>=1.0.2
Expand Down
3 changes: 2 additions & 1 deletion ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ dependencies:
- odfpy>=1.4.1
- qtpy>=2.2.0
- openpyxl>=3.0.10
- pandas-gbq>=0.17.5
# Bump pandas-gbq to one where pyarrow isn't pinned
- pandas-gbq>=0.19.0
- psycopg2>=2.9.3
- pyarrow>=7.0.0
- pymysql>=1.0.2
Expand Down
4 changes: 3 additions & 1 deletion ci/deps/actions-39-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ dependencies:
- odfpy=1.4.1
- qtpy=2.2.0
- openpyxl=3.0.10
- pandas-gbq=0.17.5
# pandas-gbq brings in a lot of other dependencies, so doesn't resolve properly
# as of 10/22/2023 with the pinned dependencies
#- pandas-gbq=0.19.0
- psycopg2=2.9.3
- pyarrow=7.0.0
- pymysql=1.0.2
Expand Down
3 changes: 2 additions & 1 deletion ci/deps/actions-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ dependencies:
- odfpy>=1.4.1
- qtpy>=2.2.0
- openpyxl>=3.0.10
- pandas-gbq>=0.17.5
# Bump pandas-gbq to one where pyarrow isn't pinned
- pandas-gbq>=0.19.0
- psycopg2>=2.9.3
- pyarrow>=7.0.0
- pymysql>=1.0.2
Expand Down
3 changes: 2 additions & 1 deletion ci/deps/circle-310-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ dependencies:
- odfpy>=1.4.1
- qtpy>=2.2.0
- openpyxl>=3.0.10
- pandas-gbq>=0.17.5
# Bump pandas-gbq to one where pyarrow isn't pinned
- pandas-gbq>=0.19.0
- psycopg2>=2.9.3
- pyarrow>=7.0.0
- pymysql>=1.0.2
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Dependency Minimum Version pip extra Notes
fsspec 2022.05.0 fss, gcp, aws Handling files aside from simple local and HTTP (required
dependency of s3fs, gcsfs).
gcsfs 2022.05.0 gcp Google Cloud Storage access
pandas-gbq 0.17.5 gcp Google Big Query access
pandas-gbq 0.19.0 gcp Google Big Query access
s3fs 2022.05.0 aws Amazon S3 access
========================= ================== =============== =============================================================

Expand Down
3 changes: 2 additions & 1 deletion doc/source/whatsnew/v2.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ Increased minimum versions for dependencies
Some minimum supported versions of dependencies were updated.
If installed, we now require:


+----------------------+-----------------+----------+---------+
| Package | Minimum Version | Required | Changed |
+======================+=================+==========+=========+
Expand Down Expand Up @@ -326,7 +327,7 @@ If installed, we now require:
+----------------------+-----------------+----------+---------+
| openpyxl | 3.0.10 | | X |
+----------------------+-----------------+----------+---------+
| pandas-gbq | 0.17.5 | | X |
| pandas-gbq | 0.19.0 | | X |
+----------------------+-----------------+----------+---------+
| psycopg2 | 2.9.3 | | X |
+----------------------+-----------------+----------+---------+
Expand Down
2 changes: 1 addition & 1 deletion pandas/compat/_optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"numexpr": "2.8.0",
"odfpy": "1.4.1",
"openpyxl": "3.0.10",
"pandas_gbq": "0.17.5",
"pandas_gbq": "0.19.0",
"psycopg2": "2.9.3", # (dt dec pq3 ext lo64)
"pymysql": "1.0.2",
"pyarrow": "7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ performance = ['bottleneck>=1.3.4', 'numba>=0.55.2', 'numexpr>=2.8.0']
computation = ['scipy>=1.8.1', 'xarray>=2022.03.0']
fss = ['fsspec>=2022.05.0']
aws = ['s3fs>=2022.05.0']
gcp = ['gcsfs>=2022.05.0', 'pandas-gbq>=0.17.5']
gcp = ['gcsfs>=2022.05.0', 'pandas-gbq>=0.19.0']
excel = ['odfpy>=1.4.1', 'openpyxl>=3.0.10', 'python-calamine>=0.1.6', 'pyxlsb>=1.0.9', 'xlrd>=2.0.1', 'xlsxwriter>=3.0.3']
parquet = ['pyarrow>=7.0.0']
feather = ['pyarrow>=7.0.0']
Expand Down Expand Up @@ -101,7 +101,7 @@ all = ['beautifulsoup4>=4.11.1',
'numexpr>=2.8.0',
'odfpy>=1.4.1',
'openpyxl>=3.0.10',
'pandas-gbq>=0.17.5',
'pandas-gbq>=0.19.0',
'psycopg2>=2.9.3',
'pyarrow>=7.0.0',
'pymysql>=1.0.2',
Expand Down
Loading