mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Freeze numpy on wheel build (#71408)
This commit is contained in:
parent
173f14379b
commit
6984c56cc6
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user