From e519e5b40c4cd506c1d41ed944bccc2503e68cc5 Mon Sep 17 00:00:00 2001 From: Brock Date: Wed, 2 Nov 2022 19:29:51 -0700 Subject: [PATCH] Bump matplotlib min_ver to 3.6.1 --- ci/deps/actions-38-minimum_versions.yaml | 2 +- doc/source/getting_started/install.rst | 2 +- doc/source/whatsnew/v2.0.0.rst | 2 +- pandas/compat/_optional.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/deps/actions-38-minimum_versions.yaml b/ci/deps/actions-38-minimum_versions.yaml index 7d6f841106198..7cf6d777ae607 100644 --- a/ci/deps/actions-38-minimum_versions.yaml +++ b/ci/deps/actions-38-minimum_versions.yaml @@ -32,7 +32,7 @@ dependencies: - gcsfs=2021.07.0 - jinja2=3.0.0 - lxml=4.6.3 - - matplotlib=3.6.0 + - matplotlib=3.6.1 - numba=0.53.1 - numexpr=2.7.3 - odfpy=1.4.1 diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index e9bf341eae73f..b188602a382f5 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -310,7 +310,7 @@ Can be managed as optional_extra with ``pandas[plot, output_formatting]``, depen ========================= ================== ================== ============================================================= Dependency Minimum Version optional_extra Notes ========================= ================== ================== ============================================================= -matplotlib 3.6.0 plot Plotting library +matplotlib 3.6.1 plot Plotting library Jinja2 3.0.0 output_formatting Conditional formatting with DataFrame.style tabulate 0.8.9 output_formatting Printing in Markdown-friendly format (see `tabulate`_) ========================= ================== ================== ============================================================= diff --git a/doc/source/whatsnew/v2.0.0.rst b/doc/source/whatsnew/v2.0.0.rst index d71160cdbc369..f54b3e0a86720 100644 --- a/doc/source/whatsnew/v2.0.0.rst +++ b/doc/source/whatsnew/v2.0.0.rst @@ -124,7 +124,7 @@ Optional libraries below the lowest tested version may still work, but are not c +=================+=================+=========+ | pyarrow | 6.0.0 | X | +-----------------+-----------------+---------+ -| matplotlib | 3.6.0 | X | +| matplotlib | 3.6.1 | X | +-----------------+-----------------+---------+ | fastparquet | 0.6.3 | X | +-----------------+-----------------+---------+ diff --git a/pandas/compat/_optional.py b/pandas/compat/_optional.py index 7577058f7c80b..6c7753e09184f 100644 --- a/pandas/compat/_optional.py +++ b/pandas/compat/_optional.py @@ -23,7 +23,7 @@ "gcsfs": "2021.07.0", "jinja2": "3.0.0", "lxml.etree": "4.6.3", - "matplotlib": "3.6.0", + "matplotlib": "3.6.1", "numba": "0.53.1", "numexpr": "2.7.3", "odfpy": "1.4.1",