Skip to content
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

Remove unnecessary dependency ipython_genutils #558

Merged

Conversation

randolf-scholz
Copy link
Contributor

@randolf-scholz randolf-scholz commented Jul 2, 2024

I noticed this project depends on ipython_genutils, which was last updated in 2017.
Moreover, the only used thing from ipython_genutils was ipython_genutils.py3compat.string_types, which happens to be the tuple (str,).

from ipython_genutils.py3compat import string_types
assert string_types == (str,)  # ✅
assert string_types[0] is str  # ✅

Copy link
Contributor

github-actions bot commented Jul 2, 2024

Binder 👈 Launch a binder notebook on branch randolf-scholz/ipympl/remove_ipython_genutils

Copy link
Member

@martinRenou martinRenou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@martinRenou martinRenou merged commit 564cf6d into matplotlib:main Jul 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants