@@ -199,7 +199,7 @@ the code base as of this writing. To run it on your machine to verify that
199
199
everything is working (and that you have all of the dependencies, soft and hard,
200
200
installed), make sure you have `pytest
201
201
<https://docs.pytest.org/en/latest/> `__ >= 6.0 and `Hypothesis
202
- <https://hypothesis.readthedocs.io/en/latest/> `__ >= 3.58 , then run:
202
+ <https://hypothesis.readthedocs.io/en/latest/> `__ >= 6.13.0 , then run:
203
203
204
204
::
205
205
@@ -247,11 +247,11 @@ Recommended dependencies
247
247
248
248
* `numexpr <https://github.com/pydata/numexpr >`__: for accelerating certain numerical operations.
249
249
``numexpr `` uses multiple cores as well as smart chunking and caching to achieve large speedups.
250
- If installed, must be Version 2.7.1 or higher.
250
+ If installed, must be Version 2.7.3 or higher.
251
251
252
252
* `bottleneck <https://github.com/pydata/bottleneck >`__: for accelerating certain types of ``nan ``
253
253
evaluations. ``bottleneck `` uses specialized cython routines to achieve large speedups. If installed,
254
- must be Version 1.3.1 or higher.
254
+ must be Version 1.3.2 or higher.
255
255
256
256
.. note ::
257
257
@@ -277,8 +277,8 @@ Visualization
277
277
Dependency Minimum Version Notes
278
278
========================= ================== =============================================================
279
279
matplotlib 3.3.2 Plotting library
280
- Jinja2 2.11 Conditional formatting with DataFrame.style
281
- tabulate 0.8.7 Printing in Markdown-friendly format (see `tabulate `_)
280
+ Jinja2 3.0.0 Conditional formatting with DataFrame.style
281
+ tabulate 0.8.9 Printing in Markdown-friendly format (see `tabulate `_)
282
282
========================= ================== =============================================================
283
283
284
284
Computation
@@ -287,10 +287,10 @@ Computation
287
287
========================= ================== =============================================================
288
288
Dependency Minimum Version Notes
289
289
========================= ================== =============================================================
290
- SciPy 1.4 .1 Miscellaneous statistical functions
291
- numba 0.50 .1 Alternative execution engine for rolling operations
290
+ SciPy 1.7 .1 Miscellaneous statistical functions
291
+ numba 0.53 .1 Alternative execution engine for rolling operations
292
292
(see :ref: `Enhancing Performance <enhancingperf.numba >`)
293
- xarray 0.15.1 pandas-like API for N-dimensional data
293
+ xarray 0.19.0 pandas-like API for N-dimensional data
294
294
========================= ================== =============================================================
295
295
296
296
Excel files
@@ -301,9 +301,9 @@ Dependency Minimum Version Notes
301
301
========================= ================== =============================================================
302
302
xlrd 2.0.1 Reading Excel
303
303
xlwt 1.3.0 Writing Excel
304
- xlsxwriter 1.2.2 Writing Excel
305
- openpyxl 3.0.3 Reading / writing for xlsx files
306
- pyxlsb 1.0.6 Reading for xlsb files
304
+ xlsxwriter 1.4.3 Writing Excel
305
+ openpyxl 3.0.7 Reading / writing for xlsx files
306
+ pyxlsb 1.0.8 Reading for xlsb files
307
307
========================= ================== =============================================================
308
308
309
309
HTML
312
312
========================= ================== =============================================================
313
313
Dependency Minimum Version Notes
314
314
========================= ================== =============================================================
315
- BeautifulSoup4 4.8.2 HTML parser for read_html
315
+ BeautifulSoup4 4.9.3 HTML parser for read_html
316
316
html5lib 1.1 HTML parser for read_html
317
- lxml 4.5.0 HTML parser for read_html
317
+ lxml 4.6.3 HTML parser for read_html
318
318
========================= ================== =============================================================
319
319
320
320
One of the following combinations of libraries is needed to use the
@@ -356,9 +356,9 @@ SQL databases
356
356
========================= ================== =============================================================
357
357
Dependency Minimum Version Notes
358
358
========================= ================== =============================================================
359
- SQLAlchemy 1.4.0 SQL support for databases other than sqlite
360
- psycopg2 2.8.4 PostgreSQL engine for sqlalchemy
361
- pymysql 0.10.1 MySQL engine for sqlalchemy
359
+ SQLAlchemy 1.4.16 SQL support for databases other than sqlite
360
+ psycopg2 2.8.6 PostgreSQL engine for sqlalchemy
361
+ pymysql 1.0.2 MySQL engine for sqlalchemy
362
362
========================= ================== =============================================================
363
363
364
364
Other data sources
@@ -368,11 +368,11 @@ Other data sources
368
368
Dependency Minimum Version Notes
369
369
========================= ================== =============================================================
370
370
PyTables 3.6.1 HDF5-based reading / writing
371
- blosc 1.20.1 Compression for HDF5
371
+ blosc 1.21.0 Compression for HDF5
372
372
zlib Compression for HDF5
373
373
fastparquet 0.4.0 Parquet reading / writing
374
374
pyarrow 1.0.1 Parquet, ORC, and feather reading / writing
375
- pyreadstat 1.1.0 SPSS files (.sav) reading
375
+ pyreadstat 1.1.2 SPSS files (.sav) reading
376
376
========================= ================== =============================================================
377
377
378
378
.. _install.warn_orc :
@@ -396,10 +396,10 @@ Access data in the cloud
396
396
========================= ================== =============================================================
397
397
Dependency Minimum Version Notes
398
398
========================= ================== =============================================================
399
- fsspec 0.7.4 Handling files aside from simple local and HTTP
400
- gcsfs 0.6.0 Google Cloud Storage access
401
- pandas-gbq 0.14 .0 Google Big Query access
402
- s3fs 0.4.0 Amazon S3 access
399
+ fsspec 2021.5.0 Handling files aside from simple local and HTTP
400
+ gcsfs 2021.5.0 Google Cloud Storage access
401
+ pandas-gbq 0.15 .0 Google Big Query access
402
+ s3fs 2021.05.0 Amazon S3 access
403
403
========================= ================== =============================================================
404
404
405
405
Clipboard
0 commit comments