From 6ed345c500b1cdcd26edc847a058ab0707bcfa12 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 20 Jan 2024 16:45:40 +0100 Subject: [PATCH] Pin pandas to 2.1.4 --- homeassistant/package_constraints.txt | 3 +++ script/gen_requirements_all.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 67acbe7cfa61..386000a4ff65 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 70d20f7e1351..ee0eee21e591 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -178,6 +178,9 @@ # 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 = (