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 4c4ba6d1f2a58b73e17cfd5462d9d8c39018a530
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,7 +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
`Jinja2 <https://jinja.pocoo.org>`__ 2.11
================================================================ ==========================

.. _install.recommended_dependencies:
Expand Down
0