From ffb61d7466b649ba6cadaef5647f88b666f1f3f3 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Wed, 17 Apr 2024 19:51:07 +0100 Subject: [PATCH 1/2] Add ipympl dependency as convenience --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 88d64a9..9dae92f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ dependencies = [ "hyperspy>=2.0rc0", "ipywidgets>=7.0", "link_traits", + "ipympl", # for convenience ] dynamic = ["version"] From 4108fa88e248922ae159c4bc5bfb33e0809a00b6 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Wed, 17 Apr 2024 20:15:29 +0100 Subject: [PATCH 2/2] Add changelog entry --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 1a17fb3..53d0655 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,7 @@ ## v2.1 (UNRELEASED) * Fix regression with editable installation ([#55](https://github.com/hyperspy/hyperspy_gui_ipywidgets/pull/55)). +* Add `ipympl` dependency as convenience ([#58])(https://github.com/hyperspy/hyperspy_gui_ipywidgets/pull/58) ## v2.0 (2023-11-15) * Consolidate package metadata in `pyproject.toml` ([#49](https://github.com/hyperspy/hyperspy_gui_ipywidgets/pull/49)).