We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b8318 commit 6784fb0Copy full SHA for 6784fb0
setup.py
@@ -28,6 +28,6 @@
28
zasim_gui = zasim.gui.main:cli_main
29
zasim_tutorial = zasim.examples.notebooks.notebook_app:launch_notebook_server [notebook]
30
""",
31
- extras_require = dict(notebook = ["tornado>=2.1.0", "zmq"]),
+ extras_require = dict(notebook = ["tornado>=2.1.0", "pyzmq"]),
32
)
33
0 commit comments