@@ -220,13 +220,19 @@ installed), make sure you have `pytest
220
220
221
221
==================== 12130 passed, 12 skipped in 368.339 seconds =====================
222
222
223
+ .. _install.dependencies :
224
+
223
225
Dependencies
224
226
------------
225
227
226
- * `setuptools <https://setuptools.readthedocs.io/en/latest/ >`__: 24.2.0 or higher
227
- * `NumPy <http://www.numpy.org >`__: 1.13.3 or higher
228
- * `python-dateutil <https://dateutil.readthedocs.io/en/stable/ >`__: 2.5.0 or higher
229
- * `pytz <http://pytz.sourceforge.net/ >`__: 2015.4 or higher
228
+ ================================================================ ==========================
229
+ Package Minimum supported version
230
+ ================================================================ ==========================
231
+ `setuptools <https://setuptools.readthedocs.io/en/latest/ >`__ 24.2.0
232
+ `NumPy <http://www.numpy.org >`__ 1.13.3
233
+ `python-dateutil <https://dateutil.readthedocs.io/en/stable/ >`__ 2.6.1
234
+ `pytz <http://pytz.sourceforge.net/ >`__ 2017.2
235
+ ================================================================ ==========================
230
236
231
237
.. _install.recommended_dependencies :
232
238
@@ -260,21 +266,21 @@ the method requiring that dependency is called.
260
266
========================= ================== =============================================================
261
267
Dependency Minimum Version Notes
262
268
========================= ================== =============================================================
263
- BeautifulSoup4 4.4.1 HTML parser for read_html (see :ref: `note <optional_html >`)
269
+ BeautifulSoup4 4.6.0 HTML parser for read_html (see :ref: `note <optional_html >`)
264
270
Jinja2 Conditional formatting with DataFrame.style
265
271
PyQt4 Clipboard I/O
266
272
PyQt5 Clipboard I/O
267
273
PyTables 3.4.2 HDF5-based reading / writing
268
274
SQLAlchemy 1.1.4 SQL support for databases other than sqlite
269
275
SciPy 0.19.0 Miscellaneous statistical functions
270
- XLsxWriter Excel writing
276
+ XLsxWriter 0.9.8 Excel writing
271
277
blosc Compression for msgpack
272
278
fastparquet 0.2.1 Parquet reading / writing
273
279
gcsfs 0.1.0 Google Cloud Storage access
274
280
html5lib HTML parser for read_html (see :ref: `note <optional_html >`)
275
281
lxml HTML parser for read_html (see :ref: `note <optional_html >`)
276
282
matplotlib 2.2.2 Visualization
277
- openpyxl 2.4.0 Reading / writing for xlsx files
283
+ openpyxl 2.4.8 Reading / writing for xlsx files
278
284
pandas-gbq 0.8.0 Google Big Query access
279
285
psycopg2 PostgreSQL engine for sqlalchemy
280
286
pyarrow 0.9.0 Parquet and feather reading / writing
@@ -283,8 +289,8 @@ qtpy Clipboard I/O
283
289
s3fs 0.0.8 Amazon S3 access
284
290
xarray 0.8.2 pandas-like API for N-dimensional data
285
291
xclip Clipboard I/O on linux
286
- xlrd 1.0 .0 Excel reading
287
- xlwt 2.4 .0 Excel writing
292
+ xlrd 1.1 .0 Excel reading
293
+ xlwt 1.2 .0 Excel writing
288
294
xsel Clipboard I/O on linux
289
295
zlib Compression for msgpack
290
296
========================= ================== =============================================================
0 commit comments