Skip to content

Commit d633cdf

Browse files
committed
DOC: update dependencies for pandas-gbq in install and whatsnew
1 parent e91608e commit d633cdf

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

doc/source/install.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,9 @@ Optional Dependencies
286286
`xsel <http://www.vergenet.net/~conrad/software/xsel/>`__, or
287287
`xclip <https://github.com/astrand/xclip/>`__: necessary to use
288288
:func:`~pandas.read_clipboard`. Most package managers on Linux distributions will have ``xclip`` and/or ``xsel`` immediately available for installation.
289-
* `pandas-gbq <https://pandas-gbq.readthedocs.io/en/latest/install.html#dependencies>`__: for Google BigQuery I/O.
289+
* `pandas-gbq
290+
<https://pandas-gbq.readthedocs.io/en/latest/install.html#dependencies>`__:
291+
for Google BigQuery I/O. (pandas-gbq >= 0.8.0)
290292

291293

292294
* `Backports.lzma <https://pypi.org/project/backports.lzma/>`__: Only for Python 2, for writing to and/or reading from an xz compressed DataFrame in CSV; Python 3 support is built into the standard library.

doc/source/whatsnew/v0.24.0.rst

+6-4
Original file line numberDiff line numberDiff line change
@@ -274,17 +274,19 @@ If installed, we now require:
274274
+-----------------+-----------------+----------+
275275
| bottleneck | 1.2.0 | |
276276
+-----------------+-----------------+----------+
277+
| fastparquet | 0.1.2 | |
278+
+-----------------+-----------------+----------+
277279
| matplotlib | 2.0.0 | |
278280
+-----------------+-----------------+----------+
279281
| numexpr | 2.6.1 | |
280282
+-----------------+-----------------+----------+
281-
| pytables | 3.4.2 | |
282-
+-----------------+-----------------+----------+
283-
| scipy | 0.18.1 | |
283+
| pandas-gbq | 0.8.0 | |
284284
+-----------------+-----------------+----------+
285285
| pyarrow | 0.7.0 | |
286286
+-----------------+-----------------+----------+
287-
| fastparquet | 0.1.2 | |
287+
| pytables | 3.4.2 | |
288+
+-----------------+-----------------+----------+
289+
| scipy | 0.18.1 | |
288290
+-----------------+-----------------+----------+
289291

290292
Additionally we no longer depend on `feather-format` for feather based storage

0 commit comments

Comments
 (0)