Skip to content

Commit 250d971

Browse files
authored
DOC: update min package versions in install.rst to align with v.1.5.0 requirements (#47727)
* package versions in install.rst match v.1.5.0.rst * remove azure from optional deps as not yet supported officially * correct from whatsnew. 2021.05 should be 2021.5 left-passed zeros are not the format of version numbers for fsspec or gcsfs and would cause pip to fail if anyone used them to fetch from PyPi * align cols in install.rst
1 parent 128832f commit 250d971

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

doc/source/getting_started/install.rst

+22-22
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ the code base as of this writing. To run it on your machine to verify that
199199
everything is working (and that you have all of the dependencies, soft and hard,
200200
installed), make sure you have `pytest
201201
<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:
203203

204204
::
205205

@@ -247,11 +247,11 @@ Recommended dependencies
247247

248248
* `numexpr <https://github.com/pydata/numexpr>`__: for accelerating certain numerical operations.
249249
``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.
251251

252252
* `bottleneck <https://github.com/pydata/bottleneck>`__: for accelerating certain types of ``nan``
253253
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.
255255

256256
.. note::
257257

@@ -277,8 +277,8 @@ Visualization
277277
Dependency Minimum Version Notes
278278
========================= ================== =============================================================
279279
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`_)
282282
========================= ================== =============================================================
283283

284284
Computation
@@ -287,10 +287,10 @@ Computation
287287
========================= ================== =============================================================
288288
Dependency Minimum Version Notes
289289
========================= ================== =============================================================
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
292292
(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
294294
========================= ================== =============================================================
295295

296296
Excel files
@@ -301,9 +301,9 @@ Dependency Minimum Version Notes
301301
========================= ================== =============================================================
302302
xlrd 2.0.1 Reading Excel
303303
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
307307
========================= ================== =============================================================
308308

309309
HTML
@@ -312,9 +312,9 @@ HTML
312312
========================= ================== =============================================================
313313
Dependency Minimum Version Notes
314314
========================= ================== =============================================================
315-
BeautifulSoup4 4.8.2 HTML parser for read_html
315+
BeautifulSoup4 4.9.3 HTML parser for read_html
316316
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
318318
========================= ================== =============================================================
319319

320320
One of the following combinations of libraries is needed to use the
@@ -356,9 +356,9 @@ SQL databases
356356
========================= ================== =============================================================
357357
Dependency Minimum Version Notes
358358
========================= ================== =============================================================
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
362362
========================= ================== =============================================================
363363

364364
Other data sources
@@ -368,11 +368,11 @@ Other data sources
368368
Dependency Minimum Version Notes
369369
========================= ================== =============================================================
370370
PyTables 3.6.1 HDF5-based reading / writing
371-
blosc 1.20.1 Compression for HDF5
371+
blosc 1.21.0 Compression for HDF5
372372
zlib Compression for HDF5
373373
fastparquet 0.4.0 Parquet reading / writing
374374
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
376376
========================= ================== =============================================================
377377

378378
.. _install.warn_orc:
@@ -396,10 +396,10 @@ Access data in the cloud
396396
========================= ================== =============================================================
397397
Dependency Minimum Version Notes
398398
========================= ================== =============================================================
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
403403
========================= ================== =============================================================
404404

405405
Clipboard

0 commit comments

Comments
 (0)