Skip to content

Commit ae4a463

Browse files
juliusvonkohoutlresende
authored andcommitted
Allow Notebook 6.x dependencies (#321)
1 parent e2f75d6 commit ae4a463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
jupyter_core>=4.4.0
22
jupyter_client>=5.2.0
3-
notebook>=5.7.6,<6.0
3+
notebook>=5.7.6,<7.0
44
traitlets>=4.2.0
55
tornado>=4.2.0
66
requests>=2.7,<3.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
install_requires=[
5656
'jupyter_core>=4.4.0',
5757
'jupyter_client>=5.2.0',
58-
'notebook>=5.7.6,<6.0',
58+
'notebook>=5.7.6,<7.0',
5959
'traitlets>=4.2.0',
6060
'tornado>=4.2.0',
6161
'requests>=2.7,<3.0'

0 commit comments

Comments
 (0)