Skip to content

Commit

Permalink
MNT: Unpin maxversion of ipywidgets
Browse files Browse the repository at this point in the history
now that voila 0.4 is out. In fact, we pin
minversion ipywidgets to its new release.
  • Loading branch information
pllim committed Oct 28, 2022
1 parent 36d4c9f commit 86f59a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ install_requires =
ipyvuetify>=1.7.0
ipysplitpanes>=0.1.0
ipygoldenlayout>=0.3.0
ipywidgets<8.0
voila>=0.3.5
ipywidgets>=8
voila>=0.4
pyyaml>=5.4.1
specutils>=1.7.0
specreduce>=1.2.0,<1.3.0
Expand Down

0 comments on commit 86f59a9

Please sign in to comment.