diff --git a/setup.py b/setup.py index 2cb8f73d..6177ee9c 100755 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def get_install_extras_require(): # Zeroconf 0.19.1 is the latest one compatible with Python 2 (issue #1293) 'browser': ['zeroconf==0.19.1' if PY2 else 'zeroconf>=0.19.1'], 'cloud': ['requests'], - 'cpuinfo': ['py-cpuinfo'], + 'cpuinfo': ['py-cpuinfo<=4.0.0'], 'docker': ['docker>=2.0.0'], 'export': ['bernhard', 'cassandra-driver', 'couchdb', 'elasticsearch', 'influxdb>=1.0.0', 'kafka-python', 'pika', 'paho-mqtt', 'potsdb',