Skip to content

Commit 6cb366b

Browse files
jbrockmendelnoatamir
authored andcommitted
Bump matplotlib min_ver to 3.6.1 (from 3.6.0) (pandas-dev#49491)
Bump matplotlib min_ver to 3.6.1
1 parent 2a679dc commit 6cb366b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/deps/actions-38-minimum_versions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
- gcsfs=2021.07.0
3333
- jinja2=3.0.0
3434
- lxml=4.6.3
35-
- matplotlib=3.6.0
35+
- matplotlib=3.6.1
3636
- numba=0.53.1
3737
- numexpr=2.7.3
3838
- odfpy=1.4.1

doc/source/getting_started/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Can be managed as optional_extra with ``pandas[plot, output_formatting]``, depen
310310
========================= ================== ================== =============================================================
311311
Dependency Minimum Version optional_extra Notes
312312
========================= ================== ================== =============================================================
313-
matplotlib 3.6.0 plot Plotting library
313+
matplotlib 3.6.1 plot Plotting library
314314
Jinja2 3.0.0 output_formatting Conditional formatting with DataFrame.style
315315
tabulate 0.8.9 output_formatting Printing in Markdown-friendly format (see `tabulate`_)
316316
========================= ================== ================== =============================================================

doc/source/whatsnew/v2.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Optional libraries below the lowest tested version may still work, but are not c
124124
+=================+=================+=========+
125125
| pyarrow | 6.0.0 | X |
126126
+-----------------+-----------------+---------+
127-
| matplotlib | 3.6.0 | X |
127+
| matplotlib | 3.6.1 | X |
128128
+-----------------+-----------------+---------+
129129
| fastparquet | 0.6.3 | X |
130130
+-----------------+-----------------+---------+

pandas/compat/_optional.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"gcsfs": "2021.07.0",
2424
"jinja2": "3.0.0",
2525
"lxml.etree": "4.6.3",
26-
"matplotlib": "3.6.0",
26+
"matplotlib": "3.6.1",
2727
"numba": "0.53.1",
2828
"numexpr": "2.7.3",
2929
"odfpy": "1.4.1",

0 commit comments

Comments
 (0)