diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index e1e35898a17..86cf3fc451c 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -135,6 +135,9 @@ iso4217!=1.10.20220401 # Pandas 1.4.4 has issues with wheels om armhf + Py3.10 pandas==1.4.3 +# uamqp 1.6.1, has 1 failing test during built on armv7/armhf +uamqp==1.6.0 + # Matplotlib 3.6.2 has issues building wheels on armhf/armv7 # We need at least >=2.1.0 (tensorflow integration -> pycocotools) matplotlib==3.6.1 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 8c4c2841f2f..4456a3312b5 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -143,6 +143,9 @@ iso4217!=1.10.20220401 # Pandas 1.4.4 has issues with wheels om armhf + Py3.10 pandas==1.4.3 +# uamqp 1.6.1, has 1 failing test during built on armv7/armhf +uamqp==1.6.0 + # Matplotlib 3.6.2 has issues building wheels on armhf/armv7 # We need at least >=2.1.0 (tensorflow integration -> pycocotools) matplotlib==3.6.1