Skip to content

Commit 5043600

Browse files
Backport PR #56641 on branch 2.2.x (DOC: Add optional dependencies table in 2.2 whatsnew) (#56662)
Backport PR #56641: DOC: Add optional dependencies table in 2.2 whatsnew Co-authored-by: Matthew Roeschke <[email protected]>
1 parent d84425d commit 5043600

File tree

1 file changed

+57
-9
lines changed

1 file changed

+57
-9
lines changed

doc/source/whatsnew/v2.2.0.rst

+57-9
Original file line numberDiff line numberDiff line change
@@ -417,15 +417,63 @@ Backwards incompatible API changes
417417

418418
Increased minimum versions for dependencies
419419
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
420-
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
421-
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
422-
Optional libraries below the lowest tested version may still work, but are not considered supported.
423-
424-
+-----------------+-----------------+---------+
425-
| Package | Minimum Version | Changed |
426-
+=================+=================+=========+
427-
| mypy (dev) | 1.8.0 | X |
428-
+-----------------+-----------------+---------+
420+
For `optional dependencies <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
421+
Optional dependencies below the lowest tested version may still work but are not considered supported.
422+
The following table lists the optional dependencies that have had their minimum tested version increased.
423+
424+
+-----------------+---------------------+
425+
| Package | New Minimum Version |
426+
+=================+=====================+
427+
| beautifulsoup4 | 4.11.2 |
428+
+-----------------+---------------------+
429+
| blosc | 1.21.3 |
430+
+-----------------+---------------------+
431+
| bottleneck | 1.3.6 |
432+
+-----------------+---------------------+
433+
| fastparquet | 2022.12.0 |
434+
+-----------------+---------------------+
435+
| fsspec | 2022.11.0 |
436+
+-----------------+---------------------+
437+
| gcsfs | 2022.11.0 |
438+
+-----------------+---------------------+
439+
| lxml | 4.9.2 |
440+
+-----------------+---------------------+
441+
| matplotlib | 3.6.3 |
442+
+-----------------+---------------------+
443+
| numba | 0.56.4 |
444+
+-----------------+---------------------+
445+
| numexpr | 2.8.4 |
446+
+-----------------+---------------------+
447+
| qtpy | 2.3.0 |
448+
+-----------------+---------------------+
449+
| openpyxl | 3.1.0 |
450+
+-----------------+---------------------+
451+
| psycopg2 | 2.9.6 |
452+
+-----------------+---------------------+
453+
| pyreadstat | 1.2.0 |
454+
+-----------------+---------------------+
455+
| pytables | 3.8.0 |
456+
+-----------------+---------------------+
457+
| pyxlsb | 1.0.10 |
458+
+-----------------+---------------------+
459+
| s3fs | 2022.11.0 |
460+
+-----------------+---------------------+
461+
| scipy | 1.10.0 |
462+
+-----------------+---------------------+
463+
| sqlalchemy | 2.0.0 |
464+
+-----------------+---------------------+
465+
| tabulate | 0.9.0 |
466+
+-----------------+---------------------+
467+
| xarray | 2022.12.0 |
468+
+-----------------+---------------------+
469+
| xlsxwriter | 3.0.5 |
470+
+-----------------+---------------------+
471+
| zstandard | 0.19.0 |
472+
+-----------------+---------------------+
473+
| pyqt5 | 5.15.8 |
474+
+-----------------+---------------------+
475+
| tzdata | 2022.7 |
476+
+-----------------+---------------------+
429477

430478
See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for more.
431479

0 commit comments

Comments
 (0)