From 2b52d43ea38dfb503f405da3303a6f48834ea300 Mon Sep 17 00:00:00 2001 From: Raul Farkas Date: Mon, 19 Dec 2022 08:14:11 +0000 Subject: MLIA-756 Fix Vela bug in MLIA caused by numpy Set a constraint for numpy in MLIA to be < 1.24. This is needed to fix the temporary issue that Numpy is causing in Vela 3.6 (i.e. "AttributeError: module 'numpy' has no attribute 'bool'") Change-Id: Ie9c99a7a328b5db4c89bccc9429ab93d6a88fe9e --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 44d7387..2485c1e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,7 @@ install_requires = tensorflow~=2.10.1 tensorflow-model-optimization~=0.7.3 ethos-u-vela~=3.6.0 + numpy<1.24 requests rich sh -- cgit v1.2.1