Skip to content

Commit

Permalink
Allow for Jupyter Client 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Sep 15, 2021
1 parent b1b4d14 commit 1bf5f31
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 @@ -33,7 +33,7 @@ packages = find:
python_requires = >=3.6
install_requires =
jupyter_server>=0.3.0,<2.0.0
jupyter_client>=6.1.3,<7
jupyter_client>=6.1.3,<8
nbclient>=0.4.0,<0.6
nbconvert>=6.0.0,<7

Expand All @@ -53,4 +53,4 @@ test =

[options.entry_points]
console_scripts =
voila = voila.app:main
voila = voila.app:main

0 comments on commit 1bf5f31

Please sign in to comment.