From a202a1a26c74fef898fb302c621ccfc258fa688c Mon Sep 17 00:00:00 2001 From: Joseph Tummon Date: Mon, 24 Jul 2023 14:19:36 +0100 Subject: MLIA-757: Update Vela and remove NumPy dependency Two warnings appear when running e2e tests from where TensorFlow declares ranges of NumPy dtype, but this shouldn't affect anything else in MLIA. Change-Id: Idc22f1de352980c70d27cdcba35a51a1e1efaafc Signed-off-by: Joseph Tummon --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 404bef2..bae275b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,8 +31,7 @@ packages = find_namespace: install_requires = tensorflow~=2.10.1 tensorflow-model-optimization~=0.7.3 - ethos-u-vela~=3.6.0 - numpy<1.24 + ethos-u-vela~=3.7.0 requests~=2.28.1 rich~=12.6.0 tomli~=2.0.1 ; python_version<"3.11" -- cgit v1.2.1