From 9b017519d5a07a4c4159d8a28e49ba42e9f9b921 Mon Sep 17 00:00:00 2001 From: hgy59 Date: Wed, 16 Oct 2024 18:15:00 +0200 Subject: [PATCH] homeassistant: adjust numpy to fix build (#6285) - update numpy to v1.24.4 to fix build with python311 --- spk/homeassistant/src/requirements-crossenv.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spk/homeassistant/src/requirements-crossenv.txt b/spk/homeassistant/src/requirements-crossenv.txt index 2bbe851ff95..7231a7ca078 100644 --- a/spk/homeassistant/src/requirements-crossenv.txt +++ b/spk/homeassistant/src/requirements-crossenv.txt @@ -28,7 +28,7 @@ miniaudio==1.59 msgpack==1.0.5 multidict==6.0.4 netifaces==0.11.0 -numpy==1.23.2 +numpy==1.24.4 orjson==3.9.1 # pandas==2.0.3 # depends on installed numpy wheel ?... Pillow==9.5.0