mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Update OpenCV 4.1.1 / Numpy 1.17.1 (#26387)
This commit is contained in:
parent
1c5e0123c9
commit
cde09062c4
@ -4,7 +4,7 @@
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/components/iqvia",
|
||||
"requirements": [
|
||||
"numpy==1.17.0",
|
||||
"numpy==1.17.1",
|
||||
"pyiqvia==0.2.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
|
@ -3,8 +3,8 @@
|
||||
"name": "Opencv",
|
||||
"documentation": "https://www.home-assistant.io/components/opencv",
|
||||
"requirements": [
|
||||
"numpy==1.17.0",
|
||||
"opencv-python-headless==4.1.0.25"
|
||||
"numpy==1.17.1",
|
||||
"opencv-python-headless==4.1.1.26"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
|
@ -4,7 +4,7 @@
|
||||
"documentation": "https://www.home-assistant.io/components/tensorflow",
|
||||
"requirements": [
|
||||
"tensorflow==1.13.2",
|
||||
"numpy==1.17.0",
|
||||
"numpy==1.17.1",
|
||||
"pillow==6.1.0",
|
||||
"protobuf==3.6.1"
|
||||
],
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "Trend",
|
||||
"documentation": "https://www.home-assistant.io/components/trend",
|
||||
"requirements": [
|
||||
"numpy==1.17.0"
|
||||
"numpy==1.17.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
|
@ -866,7 +866,7 @@ nuheat==0.3.0
|
||||
# homeassistant.components.opencv
|
||||
# homeassistant.components.tensorflow
|
||||
# homeassistant.components.trend
|
||||
numpy==1.17.0
|
||||
numpy==1.17.1
|
||||
|
||||
# homeassistant.components.oasa_telematics
|
||||
oasatelematics==0.3
|
||||
@ -884,7 +884,7 @@ onkyo-eiscp==1.2.4
|
||||
onvif-zeep-async==0.2.0
|
||||
|
||||
# homeassistant.components.opencv
|
||||
# opencv-python-headless==4.1.0.25
|
||||
# opencv-python-headless==4.1.1.26
|
||||
|
||||
# homeassistant.components.openevse
|
||||
openevsewifi==0.4
|
||||
|
@ -226,7 +226,7 @@ nokia==1.2.0
|
||||
# homeassistant.components.opencv
|
||||
# homeassistant.components.tensorflow
|
||||
# homeassistant.components.trend
|
||||
numpy==1.17.0
|
||||
numpy==1.17.1
|
||||
|
||||
# homeassistant.components.google
|
||||
oauth2client==4.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user