mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Update numpy to 2.3.0 (#146296)
This commit is contained in:
parent
ae5606aa2f
commit
ee6db3bd23
@ -5,5 +5,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/compensation",
|
"documentation": "https://www.home-assistant.io/integrations/compensation",
|
||||||
"iot_class": "calculated",
|
"iot_class": "calculated",
|
||||||
"quality_scale": "legacy",
|
"quality_scale": "legacy",
|
||||||
"requirements": ["numpy==2.2.6"]
|
"requirements": ["numpy==2.3.0"]
|
||||||
}
|
}
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"integration_type": "service",
|
"integration_type": "service",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["pyiqvia"],
|
"loggers": ["pyiqvia"],
|
||||||
"requirements": ["numpy==2.2.6", "pyiqvia==2022.04.0"]
|
"requirements": ["numpy==2.3.0", "pyiqvia==2022.04.0"]
|
||||||
}
|
}
|
||||||
|
@ -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.8.0", "av==13.1.0", "numpy==2.2.6"]
|
"requirements": ["PyTurboJPEG==1.8.0", "av==13.1.0", "numpy==2.3.0"]
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,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==2.2.6",
|
"numpy==2.3.0",
|
||||||
"Pillow==11.2.1"
|
"Pillow==11.2.1"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"integration_type": "helper",
|
"integration_type": "helper",
|
||||||
"iot_class": "calculated",
|
"iot_class": "calculated",
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"requirements": ["numpy==2.2.6"]
|
"requirements": ["numpy==2.3.0"]
|
||||||
}
|
}
|
||||||
|
@ -45,7 +45,7 @@ ifaddr==0.2.0
|
|||||||
Jinja2==3.1.6
|
Jinja2==3.1.6
|
||||||
lru-dict==1.3.0
|
lru-dict==1.3.0
|
||||||
mutagen==1.47.0
|
mutagen==1.47.0
|
||||||
numpy==2.2.6
|
numpy==2.3.0
|
||||||
orjson==3.10.18
|
orjson==3.10.18
|
||||||
packaging>=23.1
|
packaging>=23.1
|
||||||
paho-mqtt==2.1.0
|
paho-mqtt==2.1.0
|
||||||
@ -119,7 +119,7 @@ httpcore==1.0.9
|
|||||||
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==2.2.6
|
numpy==2.3.0
|
||||||
pandas==2.3.0
|
pandas==2.3.0
|
||||||
|
|
||||||
# Constrain multidict to avoid typing issues
|
# Constrain multidict to avoid typing issues
|
||||||
|
@ -79,7 +79,7 @@ dependencies = [
|
|||||||
# onboarding->cloud->alexa->camera->stream->numpy. Onboarding needs
|
# onboarding->cloud->alexa->camera->stream->numpy. Onboarding needs
|
||||||
# to be setup in stage 0, but we don't want to also promote cloud with all its
|
# to be setup in stage 0, but we don't want to also promote cloud with all its
|
||||||
# dependencies to stage 0.
|
# dependencies to stage 0.
|
||||||
"numpy==2.2.6",
|
"numpy==2.3.0",
|
||||||
"PyJWT==2.10.1",
|
"PyJWT==2.10.1",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==45.0.3",
|
"cryptography==45.0.3",
|
||||||
|
2
requirements.txt
generated
2
requirements.txt
generated
@ -32,7 +32,7 @@ ifaddr==0.2.0
|
|||||||
Jinja2==3.1.6
|
Jinja2==3.1.6
|
||||||
lru-dict==1.3.0
|
lru-dict==1.3.0
|
||||||
mutagen==1.47.0
|
mutagen==1.47.0
|
||||||
numpy==2.2.6
|
numpy==2.3.0
|
||||||
PyJWT==2.10.1
|
PyJWT==2.10.1
|
||||||
cryptography==45.0.3
|
cryptography==45.0.3
|
||||||
Pillow==11.2.1
|
Pillow==11.2.1
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1548,7 +1548,7 @@ numato-gpio==0.13.0
|
|||||||
# homeassistant.components.stream
|
# homeassistant.components.stream
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
# homeassistant.components.trend
|
# homeassistant.components.trend
|
||||||
numpy==2.2.6
|
numpy==2.3.0
|
||||||
|
|
||||||
# homeassistant.components.nyt_games
|
# homeassistant.components.nyt_games
|
||||||
nyt_games==0.4.4
|
nyt_games==0.4.4
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1319,7 +1319,7 @@ numato-gpio==0.13.0
|
|||||||
# homeassistant.components.stream
|
# homeassistant.components.stream
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
# homeassistant.components.trend
|
# homeassistant.components.trend
|
||||||
numpy==2.2.6
|
numpy==2.3.0
|
||||||
|
|
||||||
# homeassistant.components.nyt_games
|
# homeassistant.components.nyt_games
|
||||||
nyt_games==0.4.4
|
nyt_games==0.4.4
|
||||||
|
@ -144,7 +144,7 @@ httpcore==1.0.9
|
|||||||
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==2.2.6
|
numpy==2.3.0
|
||||||
pandas==2.3.0
|
pandas==2.3.0
|
||||||
|
|
||||||
# Constrain multidict to avoid typing issues
|
# Constrain multidict to avoid typing issues
|
||||||
|
Loading…
x
Reference in New Issue
Block a user