diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 67acbe7cfa6..386000a4ff6 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -185,3 +185,6 @@ charset-normalizer==3.2.0 # dacite: Ensure we have a version that is able to handle type unions for # Roborock, NAM, Brother, and GIOS. dacite>=1.7.0 + +# Musle wheels for pandas 2.2.0 cannot be build for any architecture. +pandas==2.1.4 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 70d20f7e135..ee0eee21e59 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -178,6 +178,9 @@ charset-normalizer==3.2.0 # dacite: Ensure we have a version that is able to handle type unions for # Roborock, NAM, Brother, and GIOS. dacite>=1.7.0 + +# Musle wheels for pandas 2.2.0 cannot be build for any architecture. +pandas==2.1.4 """ GENERATED_MESSAGE = (