Update numpy to 1.26.4 (#126660)

pull/126311/head
Marc Mueller 2024-09-24 18:23:20 +02:00 committed by GitHub
parent 60807e5d4d
commit c8964a1c80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 9 additions and 9 deletions

View File

@ -4,5 +4,5 @@
"codeowners": ["@Petro31"],
"documentation": "https://www.home-assistant.io/integrations/compensation",
"iot_class": "calculated",
"requirements": ["numpy==1.26.0"]
"requirements": ["numpy==1.26.4"]
}

View File

@ -7,5 +7,5 @@
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["pyiqvia"],
"requirements": ["numpy==1.26.0", "pyiqvia==2022.04.0"]
"requirements": ["numpy==1.26.4", "pyiqvia==2022.04.0"]
}

View File

@ -7,5 +7,5 @@
"integration_type": "system",
"iot_class": "local_push",
"quality_scale": "internal",
"requirements": ["PyTurboJPEG==1.7.5", "ha-av==10.1.1", "numpy==1.26.0"]
"requirements": ["PyTurboJPEG==1.7.5", "ha-av==10.1.1", "numpy==1.26.4"]
}

View File

@ -9,7 +9,7 @@
"tensorflow==2.5.0",
"tf-models-official==2.5.0",
"pycocotools==2.0.6",
"numpy==1.26.0",
"numpy==1.26.4",
"Pillow==10.4.0"
]
}

View File

@ -7,5 +7,5 @@
"integration_type": "helper",
"iot_class": "calculated",
"quality_scale": "internal",
"requirements": ["numpy==1.26.0"]
"requirements": ["numpy==1.26.4"]
}

View File

@ -108,7 +108,7 @@ httpcore==1.0.5
hyperframe>=5.2.0
# Ensure we run compatible with musllinux build env
numpy==1.26.0
numpy==1.26.4
# Constrain multidict to avoid typing issues
# https://github.com/home-assistant/core/pull/67046

View File

@ -1481,7 +1481,7 @@ numato-gpio==0.13.0
# homeassistant.components.stream
# homeassistant.components.tensorflow
# homeassistant.components.trend
numpy==1.26.0
numpy==1.26.4
# homeassistant.components.nyt_games
nyt_games==0.4.0

View File

@ -1229,7 +1229,7 @@ numato-gpio==0.13.0
# homeassistant.components.stream
# homeassistant.components.tensorflow
# homeassistant.components.trend
numpy==1.26.0
numpy==1.26.4
# homeassistant.components.nyt_games
nyt_games==0.4.0

View File

@ -127,7 +127,7 @@ httpcore==1.0.5
hyperframe>=5.2.0
# Ensure we run compatible with musllinux build env
numpy==1.26.0
numpy==1.26.4
# Constrain multidict to avoid typing issues
# https://github.com/home-assistant/core/pull/67046