diff --git a/daliuge-engine/setup.py b/daliuge-engine/setup.py index 31246e500..5fd9fb0b7 100644 --- a/daliuge-engine/setup.py +++ b/daliuge-engine/setup.py @@ -137,7 +137,7 @@ def run(self): "scp", "pyyaml", # 0.19.0 requires netifaces < 0.10.5, exactly the opposite of what *we* need - "zeroconf >= 0.19.1", + "zeroconf ~= 0.38.4", # 0.6 brings python3 support plus other fixes "zerorpc ~= 0.6.3", ]