Skip to content

Commit

Permalink
Merge pull request #1028 from jenshnielsen/zmq_dep
Browse files Browse the repository at this point in the history
Add zmq to dependencies
  • Loading branch information
jenshnielsen committed Apr 4, 2018
2 parents a806db2 + b1528f9 commit c8d8588
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Expand Up @@ -18,3 +18,4 @@ dependencies:
- pytest
- pytest-runner
- spyder
- pyzmq
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -61,7 +61,8 @@ def readme():
'pyvisa>=1.8',
'h5py>=2.6',
'websockets>=3.2',
'jsonschema'
'jsonschema',
'pyzmq'
],

test_suite='qcodes.tests',
Expand Down

0 comments on commit c8d8588

Please sign in to comment.