Skip to content

Commit

Permalink
BUG: include needed "extras" from google-cloud-bigquery package (#330)
Browse files Browse the repository at this point in the history
This way necessary version ranges for transitive dependencies such as
google-cloud-bigquery-storage and pyarrow are included in the
installation.
  • Loading branch information
tswast authored Sep 30, 2020
1 parent d251db0 commit a9cd0fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

.. _changelog-0.13.3:

0.13.3 / 2020-09-30
-------------------

- Include needed "extras" from ``google-cloud-bigquery`` package as
dependencies. Exclude incompatible 2.0 version. (:issue:`324`, :issue:`329`)


.. _changelog-0.13.2:

0.13.2 / 2020-05-14
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def readme():
"pydata-google-auth",
"google-auth",
"google-auth-oauthlib",
"google-cloud-bigquery>=1.11.1",
"google-cloud-bigquery[bqstorage,pandas]>=1.11.1,<2.0.0dev",
]

extras = {"tqdm": "tqdm>=4.23.0"}
Expand Down

0 comments on commit a9cd0fc

Please sign in to comment.