@@ -417,15 +417,63 @@ Backwards incompatible API changes
417
417
418
418
Increased minimum versions for dependencies
419
419
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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
+ +-----------------+---------------------+
429
477
430
478
See :ref: `install.dependencies ` and :ref: `install.optional_dependencies ` for more.
431
479
0 commit comments