8000 CI: add `jinja2` as a hard dependency for `DataFrame.to_latex/to_html` by attack68 · Pull Request #43423 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

CI: add jinja2 as a hard dependency for DataFrame.to_latex/to_html #43423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
edit docs
  • Loading branch information
attack68 committed Sep 5, 2021
commit 0f0eb84430cc5578ae07b455a1a22fd979713b0a
2 changes: 1 addition & 1 deletion doc/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ Package Minimum support
`NumPy <https://numpy.org>`__ 1.18.5
`python-dateutil <https://dateutil.readthedocs.io/en/stable/>`__ 2.8.1
`pytz <https://pypi.org/project/pytz/>`__ 2020.1
`jinja2 <https://jinja.pocoo.org>`__ 2.11
================================================================ ==========================

.. _install.recommended_dependencies:
Expand Down Expand Up @@ -266,7 +267,6 @@ Visualization
Dependency Minimum Version Notes
========================= ================== =============================================================
matplotlib 3.3.2 Plotting library
Jinja2 2.11 Conditional formatting with DataFrame.style
tabulate 0.8.7 Printing in Markdown-friendly format (see `tabulate`_)
========================= ================== =============================================================

Expand Down
0