Skip to content

Commit

Permalink
fix: plots in popout window not scaled propertly
Browse files Browse the repository at this point in the history
This is caused by Voila 0.4.0 which is now based on ipywidgets 8.
The Layout widget of v7 could not be created, resulting in the
height of the plots not being set.

See: #1787
  • Loading branch information
mariobuikhuizen committed Oct 28, 2022
1 parent 1acc87d commit 938e521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install_requires =
ipysplitpanes>=0.1.0
ipygoldenlayout>=0.3.0
ipywidgets<8.0
voila>=0.3.5
voila>=0.3.5,<0.4
pyyaml>=5.4.1
specutils>=1.7.0
specreduce>=1.2.0,<1.3.0
Expand Down

0 comments on commit 938e521

Please sign in to comment.