Update numpy to 1.23.2 (#76855)
This commit is contained in:
parent
563ec67d39
commit
3d567d2c1b
9 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
||||||
"domain": "compensation",
|
"domain": "compensation",
|
||||||
"name": "Compensation",
|
"name": "Compensation",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/compensation",
|
"documentation": "https://www.home-assistant.io/integrations/compensation",
|
||||||
"requirements": ["numpy==1.23.1"],
|
"requirements": ["numpy==1.23.2"],
|
||||||
"codeowners": ["@Petro31"],
|
"codeowners": ["@Petro31"],
|
||||||
"iot_class": "calculated"
|
"iot_class": "calculated"
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "IQVIA",
|
"name": "IQVIA",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/iqvia",
|
"documentation": "https://www.home-assistant.io/integrations/iqvia",
|
||||||
"requirements": ["numpy==1.23.1", "pyiqvia==2022.04.0"],
|
"requirements": ["numpy==1.23.2", "pyiqvia==2022.04.0"],
|
||||||
"codeowners": ["@bachya"],
|
"codeowners": ["@bachya"],
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["pyiqvia"]
|
"loggers": ["pyiqvia"]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"domain": "opencv",
|
"domain": "opencv",
|
||||||
"name": "OpenCV",
|
"name": "OpenCV",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/opencv",
|
"documentation": "https://www.home-assistant.io/integrations/opencv",
|
||||||
"requirements": ["numpy==1.23.1", "opencv-python-headless==4.6.0.66"],
|
"requirements": ["numpy==1.23.2", "opencv-python-headless==4.6.0.66"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"tensorflow==2.5.0",
|
"tensorflow==2.5.0",
|
||||||
"tf-models-official==2.5.0",
|
"tf-models-official==2.5.0",
|
||||||
"pycocotools==2.0.1",
|
"pycocotools==2.0.1",
|
||||||
"numpy==1.23.1",
|
"numpy==1.23.2",
|
||||||
"pillow==9.2.0"
|
"pillow==9.2.0"
|
||||||
],
|
],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"domain": "trend",
|
"domain": "trend",
|
||||||
"name": "Trend",
|
"name": "Trend",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/trend",
|
"documentation": "https://www.home-assistant.io/integrations/trend",
|
||||||
"requirements": ["numpy==1.23.1"],
|
"requirements": ["numpy==1.23.2"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
|
|
|
@ -91,7 +91,7 @@ httpcore==0.15.0
|
||||||
hyperframe>=5.2.0
|
hyperframe>=5.2.0
|
||||||
|
|
||||||
# Ensure we run compatible with musllinux build env
|
# Ensure we run compatible with musllinux build env
|
||||||
numpy==1.23.1
|
numpy==1.23.2
|
||||||
|
|
||||||
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
||||||
pytest_asyncio==1000000000.0.0
|
pytest_asyncio==1000000000.0.0
|
||||||
|
|
|
@ -1140,7 +1140,7 @@ numato-gpio==0.10.0
|
||||||
# homeassistant.components.opencv
|
# homeassistant.components.opencv
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
# homeassistant.components.trend
|
# homeassistant.components.trend
|
||||||
numpy==1.23.1
|
numpy==1.23.2
|
||||||
|
|
||||||
# homeassistant.components.oasa_telematics
|
# homeassistant.components.oasa_telematics
|
||||||
oasatelematics==0.3
|
oasatelematics==0.3
|
||||||
|
|
|
@ -809,7 +809,7 @@ numato-gpio==0.10.0
|
||||||
# homeassistant.components.opencv
|
# homeassistant.components.opencv
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
# homeassistant.components.trend
|
# homeassistant.components.trend
|
||||||
numpy==1.23.1
|
numpy==1.23.2
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
oauth2client==4.1.3
|
oauth2client==4.1.3
|
||||||
|
|
|
@ -105,7 +105,7 @@ httpcore==0.15.0
|
||||||
hyperframe>=5.2.0
|
hyperframe>=5.2.0
|
||||||
|
|
||||||
# Ensure we run compatible with musllinux build env
|
# Ensure we run compatible with musllinux build env
|
||||||
numpy==1.23.1
|
numpy==1.23.2
|
||||||
|
|
||||||
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
||||||
pytest_asyncio==1000000000.0.0
|
pytest_asyncio==1000000000.0.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue