mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 23:41:48 -05:00
* 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 commita26dd8b768. * test * Revert "test" This reverts commit972f40e3ee. * try a single build * try a single build * Revert "Revert "test"" This reverts commitec282ce021. * Revert "Revert "Revert "test""" This reverts commit315599cbae. * Revert "try a single build" This reverts commit63529dd2c5. * Revert "try a single build" This reverts commit7058ae9288.
12 lines
369 B
JSON
12 lines
369 B
JSON
{
|
|
"domain": "stream",
|
|
"name": "Stream",
|
|
"codeowners": ["@hunterjm", "@uvjustin", "@allenporter"],
|
|
"dependencies": ["http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/stream",
|
|
"integration_type": "system",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "internal",
|
|
"requirements": ["PyTurboJPEG==1.7.5", "av==13.1.0", "numpy==2.2.1"]
|
|
}
|