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 Nov 2, 2022
1 parent d16cb27 commit 3d8792c
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 3d8792c

Please sign in to comment.