From 05a8b773b94937875f0a97a9ac7913e8824325ae Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 24 Dec 2024 23:27:00 -1000 Subject: [PATCH] Bump numpy to 2.2.1 (#133844) * Bump numpy to 2.2.1 changelog: https://github.com/numpy/numpy/compare/v2.2.0...v2.2.1 * make sure ninja is up to date * Revert "make sure ninja is up to date" This reverts commit a26dd8b768308c04b70ecaeb7700b40ff233c1c8. * test * Revert "test" This reverts commit 972f40e3ee263a2c7ce8185fd13752be4e8bcdde. * try a single build * try a single build * Revert "Revert "test"" This reverts commit ec282ce021c73d7fcf76df570e40857c1e70304e. * Revert "Revert "Revert "test""" This reverts commit 315599cbaee44f069b842c9da083de8d2999c7ab. * Revert "try a single build" This reverts commit 63529dd2c5e743b9ea84e80a6afd921f9e2ef52f. * Revert "try a single build" This reverts commit 7058ae928882050f85a08133840f811d33913e92. --- homeassistant/components/compensation/manifest.json | 2 +- homeassistant/components/iqvia/manifest.json | 2 +- homeassistant/components/stream/manifest.json | 2 +- homeassistant/components/tensorflow/manifest.json | 2 +- homeassistant/components/trend/manifest.json | 2 +- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- script/gen_requirements_all.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/homeassistant/components/compensation/manifest.json b/homeassistant/components/compensation/manifest.json index ac82938b97b..a7e714a80b8 100644 --- a/homeassistant/components/compensation/manifest.json +++ b/homeassistant/components/compensation/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://www.home-assistant.io/integrations/compensation", "iot_class": "calculated", "quality_scale": "legacy", - "requirements": ["numpy==2.2.0"] + "requirements": ["numpy==2.2.1"] } diff --git a/homeassistant/components/iqvia/manifest.json b/homeassistant/components/iqvia/manifest.json index 0236b72c89d..4a308d02b3d 100644 --- a/homeassistant/components/iqvia/manifest.json +++ b/homeassistant/components/iqvia/manifest.json @@ -7,5 +7,5 @@ "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["pyiqvia"], - "requirements": ["numpy==2.2.0", "pyiqvia==2022.04.0"] + "requirements": ["numpy==2.2.1", "pyiqvia==2022.04.0"] } diff --git a/homeassistant/components/stream/manifest.json b/homeassistant/components/stream/manifest.json index b9368565e2f..e0321e306e3 100644 --- a/homeassistant/components/stream/manifest.json +++ b/homeassistant/components/stream/manifest.json @@ -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.0"] + "requirements": ["PyTurboJPEG==1.7.5", "av==13.1.0", "numpy==2.2.1"] } diff --git a/homeassistant/components/tensorflow/manifest.json b/homeassistant/components/tensorflow/manifest.json index 16de386b15d..d07dc53ee46 100644 --- a/homeassistant/components/tensorflow/manifest.json +++ b/homeassistant/components/tensorflow/manifest.json @@ -10,7 +10,7 @@ "tensorflow==2.5.0", "tf-models-official==2.5.0", "pycocotools==2.0.6", - "numpy==2.2.0", + "numpy==2.2.1", "Pillow==11.0.0" ] } diff --git a/homeassistant/components/trend/manifest.json b/homeassistant/components/trend/manifest.json index 85012939fc1..69e8daa3ce7 100644 --- a/homeassistant/components/trend/manifest.json +++ b/homeassistant/components/trend/manifest.json @@ -7,5 +7,5 @@ "integration_type": "helper", "iot_class": "calculated", "quality_scale": "internal", - "requirements": ["numpy==2.2.0"] + "requirements": ["numpy==2.2.1"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index a66137ef8c3..3c75c404794 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -116,7 +116,7 @@ httpcore==1.0.5 hyperframe>=5.2.0 # Ensure we run compatible with musllinux build env -numpy==2.2.0 +numpy==2.2.1 pandas~=2.2.3 # Constrain multidict to avoid typing issues diff --git a/requirements_all.txt b/requirements_all.txt index ab6fccd9310..9a14ed8a923 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1504,7 +1504,7 @@ numato-gpio==0.13.0 # homeassistant.components.stream # homeassistant.components.tensorflow # homeassistant.components.trend -numpy==2.2.0 +numpy==2.2.1 # homeassistant.components.nyt_games nyt_games==0.4.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ccc0b921727..62fbedf4c6a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1258,7 +1258,7 @@ numato-gpio==0.13.0 # homeassistant.components.stream # homeassistant.components.tensorflow # homeassistant.components.trend -numpy==2.2.0 +numpy==2.2.1 # homeassistant.components.nyt_games nyt_games==0.4.4 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 86179ac228f..59ecec939f3 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -148,7 +148,7 @@ httpcore==1.0.5 hyperframe>=5.2.0 # Ensure we run compatible with musllinux build env -numpy==2.2.0 +numpy==2.2.1 pandas~=2.2.3 # Constrain multidict to avoid typing issues