aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaul Farkas <raul.farkas@arm.com>2022-12-19 08:14:11 +0000
committerRaul Farkas <raul.farkas@arm.com>2022-12-19 11:44:29 +0000
commit2b52d43ea38dfb503f405da3303a6f48834ea300 (patch)
treec83eb89ac23e2b2a35f44b3e3856d874c8682bd8
parent8da6441c87532d20d3c8dad538e46dc99d073927 (diff)
downloadmlia-2b52d43ea38dfb503f405da3303a6f48834ea300.tar.gz
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
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
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