Compare commits
1 commit
dev
...
revert-129
Author | SHA1 | Date | |
---|---|---|---|
|
c9a4230fb6 |
9 changed files with 15 additions and 11 deletions
|
@ -4,5 +4,5 @@
|
||||||
"codeowners": ["@Petro31"],
|
"codeowners": ["@Petro31"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/compensation",
|
"documentation": "https://www.home-assistant.io/integrations/compensation",
|
||||||
"iot_class": "calculated",
|
"iot_class": "calculated",
|
||||||
"requirements": ["numpy==2.1.2"]
|
"requirements": ["numpy==1.26.4"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.1.2", "pyiqvia==2022.04.0"]
|
"requirements": ["numpy==1.26.4", "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.7.5", "av==13.1.0", "numpy==2.1.2"]
|
"requirements": ["PyTurboJPEG==1.7.5", "av==13.1.0", "numpy==1.26.4"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,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.1.2",
|
"numpy==1.26.4",
|
||||||
"Pillow==10.4.0"
|
"Pillow==10.4.0"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.1.2"]
|
"requirements": ["numpy==1.26.4"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -112,8 +112,7 @@ httpcore==1.0.5
|
||||||
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.1.2
|
numpy==1.26.4
|
||||||
pandas~=2.2.3
|
|
||||||
|
|
||||||
# Constrain multidict to avoid typing issues
|
# Constrain multidict to avoid typing issues
|
||||||
# https://github.com/home-assistant/core/pull/67046
|
# https://github.com/home-assistant/core/pull/67046
|
||||||
|
@ -171,6 +170,9 @@ charset-normalizer==3.4.0
|
||||||
# Roborock, NAM, Brother, and GIOS.
|
# Roborock, NAM, Brother, and GIOS.
|
||||||
dacite>=1.7.0
|
dacite>=1.7.0
|
||||||
|
|
||||||
|
# Musle wheels for pandas 2.2.0 cannot be build for any architecture.
|
||||||
|
pandas==2.1.4
|
||||||
|
|
||||||
# chacha20poly1305-reuseable==0.12.x is incompatible with cryptography==43.0.x
|
# chacha20poly1305-reuseable==0.12.x is incompatible with cryptography==43.0.x
|
||||||
chacha20poly1305-reuseable>=0.13.0
|
chacha20poly1305-reuseable>=0.13.0
|
||||||
|
|
||||||
|
|
|
@ -1491,7 +1491,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.1.2
|
numpy==1.26.4
|
||||||
|
|
||||||
# homeassistant.components.nyt_games
|
# homeassistant.components.nyt_games
|
||||||
nyt_games==0.4.4
|
nyt_games==0.4.4
|
||||||
|
|
|
@ -1239,7 +1239,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.1.2
|
numpy==1.26.4
|
||||||
|
|
||||||
# homeassistant.components.nyt_games
|
# homeassistant.components.nyt_games
|
||||||
nyt_games==0.4.4
|
nyt_games==0.4.4
|
||||||
|
|
|
@ -127,8 +127,7 @@ httpcore==1.0.5
|
||||||
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.1.2
|
numpy==1.26.4
|
||||||
pandas~=2.2.3
|
|
||||||
|
|
||||||
# Constrain multidict to avoid typing issues
|
# Constrain multidict to avoid typing issues
|
||||||
# https://github.com/home-assistant/core/pull/67046
|
# https://github.com/home-assistant/core/pull/67046
|
||||||
|
@ -186,6 +185,9 @@ charset-normalizer==3.4.0
|
||||||
# Roborock, NAM, Brother, and GIOS.
|
# Roborock, NAM, Brother, and GIOS.
|
||||||
dacite>=1.7.0
|
dacite>=1.7.0
|
||||||
|
|
||||||
|
# Musle wheels for pandas 2.2.0 cannot be build for any architecture.
|
||||||
|
pandas==2.1.4
|
||||||
|
|
||||||
# chacha20poly1305-reuseable==0.12.x is incompatible with cryptography==43.0.x
|
# chacha20poly1305-reuseable==0.12.x is incompatible with cryptography==43.0.x
|
||||||
chacha20poly1305-reuseable>=0.13.0
|
chacha20poly1305-reuseable>=0.13.0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue