Skip to content

Commit

Permalink
Add support for opencv wheels (#24620)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored and balloob committed Jun 19, 2019
1 parent c1d441b commit 21c96fa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ virtualization/vagrant/config

# Visual Studio Code
.vscode
.devcontainer

# Built docs
docs/build
Expand Down
3 changes: 2 additions & 1 deletion homeassistant/components/opencv/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
Expand Down
3 changes: 3 additions & 0 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,9 @@ onkyo-eiscp==1.2.4
# homeassistant.components.onvif
onvif-zeep-async==0.2.0

# homeassistant.components.opencv
# opencv-python-headless==4.1.0.25

# homeassistant.components.openevse
openevsewifi==0.4

Expand Down
2 changes: 1 addition & 1 deletion script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'face_recognition',
'fritzconnection',
'i2csense',
'opencv-python',
'opencv-python-headless',
'py_noaa',
'VL53L1X2',
'pybluez',
Expand Down

0 comments on commit 21c96fa

Please sign in to comment.