Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Doc/ipython dep #28279

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

Merged
merged 3 commits into from
May 24, 2024
Merged
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
8 changes: 8 additions & 0 deletions doc/devel/min_dep_policy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ versions no longer support our minimum NumPy or Python.

We will work around bugs in our dependencies when practical.

IPython and Matplotlib do not formally depend on each other, however there is
practical coupling for the integration of Matplotlib's UI into IPython and
IPykernel. We will ensure this integration works with at least minor or major
versions of IPython and IPykernel released in the 24 months prior to our
planned release date. Matplotlib may or may not work with older versions and
we will not warn if used with IPython or IPykernel outside of this window.



Test and documentation dependencies
===================================
Expand Down