From e14740e8010f874b60edf9eb25951c605d678525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=85strand?= Date: Mon, 17 Jun 2024 20:11:58 +0200 Subject: [PATCH] Update vela pin for numpy 2.0.0 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit numpy 2.0.0 release needs some functionality fixed in vela. Move pin to get latest HEAD from vela repository. Signed-off-by: Per Åstrand Change-Id: Iba8617f1abe164f86751a4dddb9142a702cd15a6 --- examples/arm/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/arm/setup.sh b/examples/arm/setup.sh index 2ea7a8d164e..272ddcfc0c5 100755 --- a/examples/arm/setup.sh +++ b/examples/arm/setup.sh @@ -215,7 +215,7 @@ function setup_vela() { if [[ ! -e ethos-u-vela ]]; then git clone https://review.mlplatform.org/ml/ethos-u/ethos-u-vela repo_dir="${root_dir}/ethos-u-vela" - base_rev=92240e7979018a197b42aab2da16dc002d86f224 + base_rev=7706c1281166e7611f4300ed26338087152a33c9 patch_repo fi cd "${root_dir}/ethos-u-vela"