Skip to content

Commit

Permalink
Merge pull request #953 from jtpio/jupyter-client-7
Browse files Browse the repository at this point in the history
Allow for Jupyter Client 7
  • Loading branch information
trungleduc authored Oct 7, 2021
2 parents 1aa13d3 + e278ee4 commit 436f86c
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 436f86c

Please sign in to comment.