Skip to content

Commit

Permalink
Bump numpy to 2.2.1 (#133844)
Browse files Browse the repository at this point in the history
* Bump numpy to 2.2.1

changelog: numpy/numpy@v2.2.0...v2.2.1

* make sure ninja is up to date

* Revert "make sure ninja is up to date"

This reverts commit a26dd8b.

* test

* Revert "test"

This reverts commit 972f40e.

* try a single build

* try a single build

* Revert "Revert "test""

This reverts commit ec282ce.

* Revert "Revert "Revert "test"""

This reverts commit 315599c.

* Revert "try a single build"

This reverts commit 63529dd.

* Revert "try a single build"

This reverts commit 7058ae9.
  • Loading branch information
bdraco authored Dec 25, 2024
1 parent 1bee423 commit 05a8b77
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/compensation/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/iqvia/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/stream/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/tensorflow/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
2 changes: 1 addition & 1 deletion homeassistant/components/trend/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"integration_type": "helper",
"iot_class": "calculated",
"quality_scale": "internal",
"requirements": ["numpy==2.2.0"]
"requirements": ["numpy==2.2.1"]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
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
Expand Down

0 comments on commit 05a8b77

Please sign in to comment.