From c3a70a7ec5cb7b5635d33056b7d8436cc1023fb2 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 15 Feb 2023 15:24:58 +0100 Subject: [PATCH] Remove uamqp version constrain (#88176) --- homeassistant/package_constraints.txt | 3 --- script/gen_requirements_all.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 86cf3fc451c..e1e35898a17 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -135,9 +135,6 @@ 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 4456a3312b5..8c4c2841f2f 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -143,9 +143,6 @@ 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