Bump numpy to 1.21.6 (#71325)
parent
6a35c3f2ab
commit
e145d3c65b
|
@ -2,7 +2,7 @@
|
|||
"domain": "compensation",
|
||||
"name": "Compensation",
|
||||
"documentation": "https://www.home-assistant.io/integrations/compensation",
|
||||
"requirements": ["numpy==1.21.4"],
|
||||
"requirements": ["numpy==1.21.6"],
|
||||
"codeowners": ["@Petro31"],
|
||||
"iot_class": "calculated"
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "IQVIA",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/iqvia",
|
||||
"requirements": ["numpy==1.21.4", "pyiqvia==2022.04.0"],
|
||||
"requirements": ["numpy==1.21.6", "pyiqvia==2022.04.0"],
|
||||
"codeowners": ["@bachya"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pyiqvia"]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "opencv",
|
||||
"name": "OpenCV",
|
||||
"documentation": "https://www.home-assistant.io/integrations/opencv",
|
||||
"requirements": ["numpy==1.21.4", "opencv-python-headless==4.5.2.54"],
|
||||
"requirements": ["numpy==1.21.6", "opencv-python-headless==4.5.2.54"],
|
||||
"codeowners": [],
|
||||
"iot_class": "local_push"
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"tensorflow==2.5.0",
|
||||
"tf-models-official==2.5.0",
|
||||
"pycocotools==2.0.1",
|
||||
"numpy==1.21.4",
|
||||
"numpy==1.21.6",
|
||||
"pillow==9.1.0"
|
||||
],
|
||||
"codeowners": [],
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "trend",
|
||||
"name": "Trend",
|
||||
"documentation": "https://www.home-assistant.io/integrations/trend",
|
||||
"requirements": ["numpy==1.21.4"],
|
||||
"requirements": ["numpy==1.21.6"],
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal",
|
||||
"iot_class": "local_push"
|
||||
|
|
|
@ -1114,7 +1114,7 @@ numato-gpio==0.10.0
|
|||
# homeassistant.components.opencv
|
||||
# homeassistant.components.tensorflow
|
||||
# homeassistant.components.trend
|
||||
numpy==1.21.4
|
||||
numpy==1.21.6
|
||||
|
||||
# homeassistant.components.oasa_telematics
|
||||
oasatelematics==0.3
|
||||
|
|
|
@ -758,7 +758,7 @@ numato-gpio==0.10.0
|
|||
# homeassistant.components.opencv
|
||||
# homeassistant.components.tensorflow
|
||||
# homeassistant.components.trend
|
||||
numpy==1.21.4
|
||||
numpy==1.21.6
|
||||
|
||||
# homeassistant.components.google
|
||||
oauth2client==4.1.3
|
||||
|
|
Loading…
Reference in New Issue