Skip to content

Commit

Permalink
Backport PR #3282: Add nbclassic dependency to resolve popout error (#…
Browse files Browse the repository at this point in the history
…3291)

Co-authored-by: Ricky O'Steen <[email protected]>
  • Loading branch information
meeseeksmachine and rosteen authored Nov 14, 2024
1 parent 2e43f13 commit 49a0d13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ Bug Fixes
- Fixed Aperture Photometry radial profile fit crashing when NaN is present in
aperture data for Cubeviz and Imviz. [#3246]

- Prevent PluginMarks from converting y-range so they maintain their position
- Prevent PluginMarks from converting y-range so they maintain their position
in the spectrum-viewer when spectral y units are converted. [#3242]

- Added ``nbclassic`` dependency to fix ``solara``-based popouts. [#3282]

Cubeviz
^^^^^^^

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies = [
"ipypopout>=2.0.0",
"astroquery",
"requests",
"nbclassic",
]
dynamic = [
"version",
Expand Down

0 comments on commit 49a0d13

Please sign in to comment.