Add support for opencv wheels (#24620)
This commit is contained in:
parent
c1d441b0ac
commit
21c96fa76c
4 changed files with 7 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
|||
"name": "Opencv",
|
||||
"documentation": "https://www.home-assistant.io/components/opencv",
|
||||
"requirements": [
|
||||
"numpy==1.16.3"
|
||||
"numpy==1.16.3",
|
||||
"opencv-python-headless==4.1.0.25"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue