mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 18:27:51 +00:00
Update numpy to 1.26.1 (#102021)
This commit is contained in:
parent
547c38a515
commit
1f1a27d6a5
@ -4,5 +4,5 @@
|
|||||||
"codeowners": ["@Petro31"],
|
"codeowners": ["@Petro31"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/compensation",
|
"documentation": "https://www.home-assistant.io/integrations/compensation",
|
||||||
"iot_class": "calculated",
|
"iot_class": "calculated",
|
||||||
"requirements": ["numpy==1.26.0"]
|
"requirements": ["numpy==1.26.1"]
|
||||||
}
|
}
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"integration_type": "service",
|
"integration_type": "service",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["pyiqvia"],
|
"loggers": ["pyiqvia"],
|
||||||
"requirements": ["numpy==1.26.0", "pyiqvia==2022.04.0"]
|
"requirements": ["numpy==1.26.1", "pyiqvia==2022.04.0"]
|
||||||
}
|
}
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/opencv",
|
"documentation": "https://www.home-assistant.io/integrations/opencv",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["numpy==1.26.0", "opencv-python-headless==4.6.0.66"]
|
"requirements": ["numpy==1.26.1", "opencv-python-headless==4.6.0.66"]
|
||||||
}
|
}
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"integration_type": "system",
|
"integration_type": "system",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"requirements": ["PyTurboJPEG==1.7.1", "ha-av==10.1.1", "numpy==1.26.0"]
|
"requirements": ["PyTurboJPEG==1.7.1", "ha-av==10.1.1", "numpy==1.26.1"]
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"tensorflow==2.5.0",
|
"tensorflow==2.5.0",
|
||||||
"tf-models-official==2.5.0",
|
"tf-models-official==2.5.0",
|
||||||
"pycocotools==2.0.6",
|
"pycocotools==2.0.6",
|
||||||
"numpy==1.26.0",
|
"numpy==1.26.1",
|
||||||
"Pillow==10.0.1"
|
"Pillow==10.0.1"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/trend",
|
"documentation": "https://www.home-assistant.io/integrations/trend",
|
||||||
"iot_class": "calculated",
|
"iot_class": "calculated",
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"requirements": ["numpy==1.26.0"]
|
"requirements": ["numpy==1.26.1"]
|
||||||
}
|
}
|
||||||
|
@ -112,7 +112,7 @@ httpcore==0.18.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.26.0
|
numpy==1.26.1
|
||||||
|
|
||||||
# Prevent dependency conflicts between sisyphus-control and aioambient
|
# Prevent dependency conflicts between sisyphus-control and aioambient
|
||||||
# until upper bounds for sisyphus-control have been updated
|
# until upper bounds for sisyphus-control have been updated
|
||||||
|
@ -1329,7 +1329,7 @@ numato-gpio==0.10.0
|
|||||||
# homeassistant.components.stream
|
# homeassistant.components.stream
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
# homeassistant.components.trend
|
# homeassistant.components.trend
|
||||||
numpy==1.26.0
|
numpy==1.26.1
|
||||||
|
|
||||||
# homeassistant.components.oasa_telematics
|
# homeassistant.components.oasa_telematics
|
||||||
oasatelematics==0.3
|
oasatelematics==0.3
|
||||||
|
@ -1034,7 +1034,7 @@ numato-gpio==0.10.0
|
|||||||
# homeassistant.components.stream
|
# homeassistant.components.stream
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
# homeassistant.components.trend
|
# homeassistant.components.trend
|
||||||
numpy==1.26.0
|
numpy==1.26.1
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
oauth2client==4.1.3
|
oauth2client==4.1.3
|
||||||
|
@ -113,7 +113,7 @@ httpcore==0.18.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.26.0
|
numpy==1.26.1
|
||||||
|
|
||||||
# Prevent dependency conflicts between sisyphus-control and aioambient
|
# Prevent dependency conflicts between sisyphus-control and aioambient
|
||||||
# until upper bounds for sisyphus-control have been updated
|
# until upper bounds for sisyphus-control have been updated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user