mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Bump OpenCV 4.3.0 and Numpy 1.19.1 (#38616)
This commit is contained in:
parent
72a6251042
commit
fa41a7c6e7
@ -3,6 +3,6 @@
|
||||
"name": "IQVIA",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/iqvia",
|
||||
"requirements": ["numpy==1.19.0", "pyiqvia==0.2.1"],
|
||||
"requirements": ["numpy==1.19.1", "pyiqvia==0.2.1"],
|
||||
"codeowners": ["@bachya"]
|
||||
}
|
||||
|
@ -2,6 +2,6 @@
|
||||
"domain": "opencv",
|
||||
"name": "OpenCV",
|
||||
"documentation": "https://www.home-assistant.io/integrations/opencv",
|
||||
"requirements": ["numpy==1.19.0", "opencv-python-headless==4.2.0.32"],
|
||||
"requirements": ["numpy==1.19.1", "opencv-python-headless==4.3.0.36"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
|
||||
"requirements": [
|
||||
"tensorflow==1.13.2",
|
||||
"numpy==1.19.0",
|
||||
"numpy==1.19.1",
|
||||
"protobuf==3.6.1",
|
||||
"pillow==7.1.2"
|
||||
],
|
||||
|
@ -2,7 +2,7 @@
|
||||
"domain": "trend",
|
||||
"name": "Trend",
|
||||
"documentation": "https://www.home-assistant.io/integrations/trend",
|
||||
"requirements": ["numpy==1.19.0"],
|
||||
"requirements": ["numpy==1.19.1"],
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -981,7 +981,7 @@ numato-gpio==0.8.0
|
||||
# homeassistant.components.opencv
|
||||
# homeassistant.components.tensorflow
|
||||
# homeassistant.components.trend
|
||||
numpy==1.19.0
|
||||
numpy==1.19.1
|
||||
|
||||
# homeassistant.components.oasa_telematics
|
||||
oasatelematics==0.3
|
||||
@ -1002,7 +1002,7 @@ onvif-zeep-async==0.4.0
|
||||
open-garage==0.1.4
|
||||
|
||||
# homeassistant.components.opencv
|
||||
# opencv-python-headless==4.2.0.32
|
||||
# opencv-python-headless==4.3.0.36
|
||||
|
||||
# homeassistant.components.openerz
|
||||
openerz-api==0.1.0
|
||||
|
@ -461,7 +461,7 @@ numato-gpio==0.8.0
|
||||
# homeassistant.components.opencv
|
||||
# homeassistant.components.tensorflow
|
||||
# homeassistant.components.trend
|
||||
numpy==1.19.0
|
||||
numpy==1.19.1
|
||||
|
||||
# homeassistant.components.google
|
||||
oauth2client==4.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user