Commit fe91d93
feat: add pandas-gbq to optional extras (#18020)
Adds `pandas-gbq>=0.35.1` and `pyarrow>=3.0.0` to the `pandas` optional
extra in `google-cloud-bigquery-storage`, while keeping `pyarrow` extra
lightweight without pandas dependencies.
### Details
- Updates `extras["pandas"]` in setup.py to include `pyarrow>=3.0.0` and
`pandas-gbq>=0.35.1`.
- Keeps `extras["pyarrow"]` as `pyarrow>=3.0.0` only so pure
Arrow/Polars/DuckDB workflows avoid pulling in `pandas` and `numpy`.
Fixes #<526614511> 🦕
---------
Co-authored-by: Anthonios Partheniou <partheniou@google.com>1 parent d206212 commit fe91d93
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
0 commit comments