Skip to content

Commit

Permalink
Merge pull request #58 from ericpre/add_ipympl_dependency_as_convenience
Browse files Browse the repository at this point in the history
Add ipympl dependency as convenience
  • Loading branch information
ericpre authored Apr 18, 2024
2 parents 138947f + 4108fa8 commit 4d45bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies = [
"hyperspy>=2.0rc0",
"ipywidgets>=7.0",
"link_traits",
"ipympl", # for convenience
]
dynamic = ["version"]

Expand Down

0 comments on commit 4d45bec

Please sign in to comment.