mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Update numpy to 2.2.2 (#135982)
This commit is contained in:
parent
0c68854fdf
commit
5329356f20
@ -5,5 +5,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/compensation",
|
||||
"iot_class": "calculated",
|
||||
"quality_scale": "legacy",
|
||||
"requirements": ["numpy==2.2.1"]
|
||||
"requirements": ["numpy==2.2.2"]
|
||||
}
|
||||
|
@ -7,5 +7,5 @@
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pyiqvia"],
|
||||
"requirements": ["numpy==2.2.1", "pyiqvia==2022.04.0"]
|
||||
"requirements": ["numpy==2.2.2", "pyiqvia==2022.04.0"]
|
||||
}
|
||||
|
@ -7,5 +7,5 @@
|
||||
"integration_type": "system",
|
||||
"iot_class": "local_push",
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["PyTurboJPEG==1.7.5", "av==13.1.0", "numpy==2.2.1"]
|
||||
"requirements": ["PyTurboJPEG==1.7.5", "av==13.1.0", "numpy==2.2.2"]
|
||||
}
|
||||
|
@ -10,7 +10,7 @@
|
||||
"tensorflow==2.5.0",
|
||||
"tf-models-official==2.5.0",
|
||||
"pycocotools==2.0.6",
|
||||
"numpy==2.2.1",
|
||||
"numpy==2.2.2",
|
||||
"Pillow==11.1.0"
|
||||
]
|
||||
}
|
||||
|
@ -7,5 +7,5 @@
|
||||
"integration_type": "helper",
|
||||
"iot_class": "calculated",
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["numpy==2.2.1"]
|
||||
"requirements": ["numpy==2.2.2"]
|
||||
}
|
||||
|
@ -117,7 +117,7 @@ httpcore==1.0.5
|
||||
hyperframe>=5.2.0
|
||||
|
||||
# Ensure we run compatible with musllinux build env
|
||||
numpy==2.2.1
|
||||
numpy==2.2.2
|
||||
pandas~=2.2.3
|
||||
|
||||
# Constrain multidict to avoid typing issues
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1519,7 +1519,7 @@ numato-gpio==0.13.0
|
||||
# homeassistant.components.stream
|
||||
# homeassistant.components.tensorflow
|
||||
# homeassistant.components.trend
|
||||
numpy==2.2.1
|
||||
numpy==2.2.2
|
||||
|
||||
# homeassistant.components.nyt_games
|
||||
nyt_games==0.4.4
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1273,7 +1273,7 @@ numato-gpio==0.13.0
|
||||
# homeassistant.components.stream
|
||||
# homeassistant.components.tensorflow
|
||||
# homeassistant.components.trend
|
||||
numpy==2.2.1
|
||||
numpy==2.2.2
|
||||
|
||||
# homeassistant.components.nyt_games
|
||||
nyt_games==0.4.4
|
||||
|
@ -148,7 +148,7 @@ httpcore==1.0.5
|
||||
hyperframe>=5.2.0
|
||||
|
||||
# Ensure we run compatible with musllinux build env
|
||||
numpy==2.2.1
|
||||
numpy==2.2.2
|
||||
pandas~=2.2.3
|
||||
|
||||
# Constrain multidict to avoid typing issues
|
||||
|
Loading…
x
Reference in New Issue
Block a user