diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 20dbd41e89b..80fc4359fc6 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -62,3 +62,6 @@ enum34==1000000000.0.0 typing==1000000000.0.0 uuid==1000000000.0.0 +# Temporary constraint on pandas, to unblock 2021.7 releases +# until we have fixed the wheels builds for newer versions. +pandas==1.3.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 57bb2b339aa..7dcc4f71fe8 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -84,6 +84,9 @@ enum34==1000000000.0.0 typing==1000000000.0.0 uuid==1000000000.0.0 +# Temporary constraint on pandas, to unblock 2021.7 releases +# until we have fixed the wheels builds for newer versions. +pandas==1.3.0 """ IGNORE_PRE_COMMIT_HOOK_ID = (