Skip to content

Commit 6784fb0

Browse files
committed
the python package name for zmq is pyzmq
1 parent 58b8318 commit 6784fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
zasim_gui = zasim.gui.main:cli_main
2929
zasim_tutorial = zasim.examples.notebooks.notebook_app:launch_notebook_server [notebook]
3030
""",
31-
extras_require = dict(notebook = ["tornado>=2.1.0", "zmq"]),
31+
extras_require = dict(notebook = ["tornado>=2.1.0", "pyzmq"]),
3232
)
3333

0 commit comments

Comments
 (0)