We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d6e342 + c80c7c9 commit cc3f0f7Copy full SHA for cc3f0f7
requirements.txt
@@ -1,6 +1,6 @@
1
-jupyter_core>=4.0
2
-jupyter_client>=4.2.0
3
-notebook>=5.0.0
+jupyter_core>=4.4.0
+jupyter_client>=5.2.0
+notebook>=5.3.0,<6.0
4
traitlets>=4.2.0
5
tornado>=4.2.0
6
requests>=2.7,<3.0
setup.py
@@ -53,9 +53,9 @@
53
'scripts/jupyter-kernelgateway'
54
],
55
install_requires=[
56
- 'jupyter_core>=4.0',
57
- 'jupyter_client>=4.2.0',
58
- 'notebook>=5.0.0,<6.0',
+ 'jupyter_core>=4.4.0',
+ 'jupyter_client>=5.2.0',
+ 'notebook>=5.3.0,<6.0',
59
'traitlets>=4.2.0',
60
'tornado>=4.2.0',
61
'requests>=2.7,<3.0'
0 commit comments