From cde4c00fc7230e3e1087e633ec342c2059033f53 Mon Sep 17 00:00:00 2001 From: SimLeek Date: Wed, 20 Feb 2019 00:30:23 -0700 Subject: [PATCH] wheel_testing: Added spaces after requires as a hack to fix cibuildwheel --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 9196310..d9eb6ca 100644 --- a/setup.py +++ b/setup.py @@ -14,9 +14,9 @@ with open('README.md', 'r', encoding='utf-8') as f: readme = f.read() REQUIRES = [ - "opencv_python==4.0.0.21" - "localpubsub==0.0.3", - "numpy==1.16.1" + "opencv_python==4.0.0.21 " + "localpubsub==0.0.3 ", + "numpy==1.16.1 " ] setup(