diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 950338cdd13..e43c397f3bc 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -96,7 +96,7 @@ jobs: wheels-user: wheels env-file: true apk: "build-base;cmake;git;linux-headers;bluez-dev;libffi-dev;openssl-dev;glib-dev;eudev-dev;libxml2-dev;libxslt-dev;cargo" - pip: "Cython;numpy" + pip: "Cython;numpy==1.21.6" skip-binary: aiohttp constraints: "homeassistant/package_constraints.txt" requirements-diff: "requirements_diff.txt"