Skip to content

Commit

Permalink
Change zmq requirement to pyzmq
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Aug 25, 2018
1 parent 7761faa commit fddf152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

# Create requirements list based on platform
requirements = ['numpy>=1.13.0', "scipy", "pyyaml",
"pystache", "nose", "zmq", "psutil",
"pystache", "nose", "pyzmq", "psutil",
"matplotlib", "cerberus", "jsonschema",
'pandas<0.21; python_version == "3.4"',
'pandas; python_version != "3.4"',
Expand Down

0 comments on commit fddf152

Please sign in to comment.