diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 9b14f7ad..93f47e2d 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -145,7 +145,7 @@ def run(self): zip_safe=False, include_package_data=True, install_requires=[ - "unicorn>=2.0.1" + "unicorn==2.0.1.post1" ], is_pure=False, package_data={