Skip to content

Commit cc3f0f7

Browse files
authored
Merge pull request #292 from kevin-bates/update-jupyter-dependencies
Update dependencies for Jupyter components.
2 parents 1d6e342 + c80c7c9 commit cc3f0f7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
jupyter_core>=4.0
2-
jupyter_client>=4.2.0
3-
notebook>=5.0.0
1+
jupyter_core>=4.4.0
2+
jupyter_client>=5.2.0
3+
notebook>=5.3.0,<6.0
44
traitlets>=4.2.0
55
tornado>=4.2.0
66
requests>=2.7,<3.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
'scripts/jupyter-kernelgateway'
5454
],
5555
install_requires=[
56-
'jupyter_core>=4.0',
57-
'jupyter_client>=4.2.0',
58-
'notebook>=5.0.0,<6.0',
56+
'jupyter_core>=4.4.0',
57+
'jupyter_client>=5.2.0',
58+
'notebook>=5.3.0,<6.0',
5959
'traitlets>=4.2.0',
6060
'tornado>=4.2.0',
6161
'requests>=2.7,<3.0'

0 commit comments

Comments
 (0)