Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/deps/actions-38-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_)
========================= ================== ================== =============================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v2.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+-----------------+-----------------+---------+
Expand Down
2 changes: 1 addition & 1 deletion pandas/compat/_optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down