From a41f2868c57c86d08eb22ea536a1f2e409a530fc Mon Sep 17 00:00:00 2001 From: Richard Burton Date: Tue, 13 Sep 2022 14:31:17 +0100 Subject: Fix: downgrade numpy version to 1.21.3 Recent ethos-u-vela version 3.5.0 does not support numpy version higher than 1.21.3. Downgrading numpy version to 1.21.3 for set_up_default_resources.py script to install proper packages. Change-Id: I15d8b1dbe04e974ebb140f99ba0f17bf6ee4f933 Signed-off-by: Maksims Svecovs --- scripts/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/py/requirements.txt b/scripts/py/requirements.txt index 966dc82..3057913 100644 --- a/scripts/py/requirements.txt +++ b/scripts/py/requirements.txt @@ -3,7 +3,7 @@ Jinja2==2.11.2 llvmlite==0.38.0 MarkupSafe==1.1.1 numba==0.55.1 -numpy==1.21.6 +numpy==1.21.3 Pillow==7.2.0 pycparser==2.20 resampy==0.2.2 -- cgit v1.2.1