mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 19:57:52 +00:00
Add support for opencv wheels (#24620)
This commit is contained in:
parent
c1d441b0ac
commit
21c96fa76c
1
.gitignore
vendored
1
.gitignore
vendored
@ -95,6 +95,7 @@ virtualization/vagrant/config
|
|||||||
|
|
||||||
# Visual Studio Code
|
# Visual Studio Code
|
||||||
.vscode
|
.vscode
|
||||||
|
.devcontainer
|
||||||
|
|
||||||
# Built docs
|
# Built docs
|
||||||
docs/build
|
docs/build
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
"name": "Opencv",
|
"name": "Opencv",
|
||||||
"documentation": "https://www.home-assistant.io/components/opencv",
|
"documentation": "https://www.home-assistant.io/components/opencv",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"numpy==1.16.3"
|
"numpy==1.16.3",
|
||||||
|
"opencv-python-headless==4.1.0.25"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -838,6 +838,9 @@ onkyo-eiscp==1.2.4
|
|||||||
# homeassistant.components.onvif
|
# homeassistant.components.onvif
|
||||||
onvif-zeep-async==0.2.0
|
onvif-zeep-async==0.2.0
|
||||||
|
|
||||||
|
# homeassistant.components.opencv
|
||||||
|
# opencv-python-headless==4.1.0.25
|
||||||
|
|
||||||
# homeassistant.components.openevse
|
# homeassistant.components.openevse
|
||||||
openevsewifi==0.4
|
openevsewifi==0.4
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ COMMENT_REQUIREMENTS = (
|
|||||||
'face_recognition',
|
'face_recognition',
|
||||||
'fritzconnection',
|
'fritzconnection',
|
||||||
'i2csense',
|
'i2csense',
|
||||||
'opencv-python',
|
'opencv-python-headless',
|
||||||
'py_noaa',
|
'py_noaa',
|
||||||
'VL53L1X2',
|
'VL53L1X2',
|
||||||
'pybluez',
|
'pybluez',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user