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,11 +4,11 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/components/iqvia",
|
"documentation": "https://www.home-assistant.io/components/iqvia",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"numpy==1.17.0",
|
"numpy==1.17.1",
|
||||||
"pyiqvia==0.2.1"
|
"pyiqvia==0.2.1"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"@bachya"
|
"@bachya"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -3,9 +3,9 @@
|
|||||||
"name": "Opencv",
|
"name": "Opencv",
|
||||||
"documentation": "https://www.home-assistant.io/components/opencv",
|
"documentation": "https://www.home-assistant.io/components/opencv",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"numpy==1.17.0",
|
"numpy==1.17.1",
|
||||||
"opencv-python-headless==4.1.0.25"
|
"opencv-python-headless==4.1.1.26"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
@ -4,7 +4,7 @@
|
|||||||
"documentation": "https://www.home-assistant.io/components/tensorflow",
|
"documentation": "https://www.home-assistant.io/components/tensorflow",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"tensorflow==1.13.2",
|
"tensorflow==1.13.2",
|
||||||
"numpy==1.17.0",
|
"numpy==1.17.1",
|
||||||
"pillow==6.1.0",
|
"pillow==6.1.0",
|
||||||
"protobuf==3.6.1"
|
"protobuf==3.6.1"
|
||||||
],
|
],
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"name": "Trend",
|
"name": "Trend",
|
||||||
"documentation": "https://www.home-assistant.io/components/trend",
|
"documentation": "https://www.home-assistant.io/components/trend",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"numpy==1.17.0"
|
"numpy==1.17.1"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
@ -866,7 +866,7 @@ nuheat==0.3.0
|
|||||||
# homeassistant.components.opencv
|
# homeassistant.components.opencv
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
# homeassistant.components.trend
|
# homeassistant.components.trend
|
||||||
numpy==1.17.0
|
numpy==1.17.1
|
||||||
|
|
||||||
# homeassistant.components.oasa_telematics
|
# homeassistant.components.oasa_telematics
|
||||||
oasatelematics==0.3
|
oasatelematics==0.3
|
||||||
@ -884,7 +884,7 @@ onkyo-eiscp==1.2.4
|
|||||||
onvif-zeep-async==0.2.0
|
onvif-zeep-async==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.opencv
|
# homeassistant.components.opencv
|
||||||
# opencv-python-headless==4.1.0.25
|
# opencv-python-headless==4.1.1.26
|
||||||
|
|
||||||
# homeassistant.components.openevse
|
# homeassistant.components.openevse
|
||||||
openevsewifi==0.4
|
openevsewifi==0.4
|
||||||
|
@ -226,7 +226,7 @@ nokia==1.2.0
|
|||||||
# homeassistant.components.opencv
|
# homeassistant.components.opencv
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
# homeassistant.components.trend
|
# homeassistant.components.trend
|
||||||
numpy==1.17.0
|
numpy==1.17.1
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
oauth2client==4.0.0
|
oauth2client==4.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user