Skip to content

Commit

Permalink
Allow Notebook 6.x dependencies (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusvonkohout authored and lresende committed Aug 5, 2019
1 parent e2f75d6 commit ae4a463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jupyter_core>=4.4.0
jupyter_client>=5.2.0
notebook>=5.7.6,<6.0
notebook>=5.7.6,<7.0
traitlets>=4.2.0
tornado>=4.2.0
requests>=2.7,<3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
install_requires=[
'jupyter_core>=4.4.0',
'jupyter_client>=5.2.0',
'notebook>=5.7.6,<6.0',
'notebook>=5.7.6,<7.0',
'traitlets>=4.2.0',
'tornado>=4.2.0',
'requests>=2.7,<3.0'
Expand Down

0 comments on commit ae4a463

Please sign in to comment.