From f3e7fb5798d71b01b25bba604251bfd68d4d198e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 28 Jul 2021 10:30:05 +0200 Subject: [PATCH] Pin pandas to 1.3.0 (#53607) Co-authored-by: Franck Nijhof --- 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 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 = (