wheel_testing: Added spaces between requires operators as a hack to fix cibuildwheel
This commit is contained in:
6
setup.py
6
setup.py
@ -14,9 +14,9 @@ with open('README.md', 'r', encoding='utf-8') as f:
|
|||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
REQUIRES = [
|
REQUIRES = [
|
||||||
"opencv_python==4.0.0.21 "
|
'opencv_python == 4.0.0.21'
|
||||||
"localpubsub==0.0.3 ",
|
'localpubsub == 0.0.3',
|
||||||
"numpy==1.16.1 "
|
'numpy == 1.16.1'
|
||||||
]
|
]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
Reference in New Issue
Block a user