Skip to content

Commit a9cd0fc

Browse files
authored
BUG: include needed "extras" from google-cloud-bigquery package (#330)
This way necessary version ranges for transitive dependencies such as google-cloud-bigquery-storage and pyarrow are included in the installation.
1 parent d251db0 commit a9cd0fc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/source/changelog.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
.. _changelog-0.13.3:
5+
6+
0.13.3 / 2020-09-30
7+
-------------------
8+
9+
- Include needed "extras" from ``google-cloud-bigquery`` package as
10+
dependencies. Exclude incompatible 2.0 version. (:issue:`324`, :issue:`329`)
11+
12+
413
.. _changelog-0.13.2:
514

615
0.13.2 / 2020-05-14

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def readme():
2222
"pydata-google-auth",
2323
"google-auth",
2424
"google-auth-oauthlib",
25-
"google-cloud-bigquery>=1.11.1",
25+
"google-cloud-bigquery[bqstorage,pandas]>=1.11.1,<2.0.0dev",
2626
]
2727

2828
extras = {"tqdm": "tqdm>=4.23.0"}

0 commit comments

Comments
 (0)