Skip to content

Commit

Permalink
pyzmq version lock
Browse files Browse the repository at this point in the history
  • Loading branch information
calgray committed May 19, 2022
1 parent 833f61b commit f875158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daliuge-engine/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ def run(self):
"psutil",
"pyarrow",
"python-daemon",
"pyzmq",
"pyzmq ~= 22.3.0",
"scp",
"pyyaml",
# 0.19.0 requires netifaces < 0.10.5, exactly the opposite of what *we* need
"zeroconf >= 0.19.1",
# 0.6 brings python3 support plus other fixes
"zerorpc >= 0.6",
"zerorpc ~= 0.6.3",
]
# Keep alpha-sorted PLEASE!

Expand Down

0 comments on commit f875158

Please sign in to comment.