aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Tummon <Joseph.Tummon@arm.com>2023-07-24 14:19:36 +0100
committerJoseph Tummon <Joseph.Tummon@arm.com>2023-07-25 13:06:40 +0100
commita202a1a26c74fef898fb302c621ccfc258fa688c (patch)
tree0477bdb008140e687a2492b688ad67efed63051a
parentb13f0e581c5db0968bd1ba496d5ce185ede1639f (diff)
downloadmlia-a202a1a26c74fef898fb302c621ccfc258fa688c.tar.gz
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 <Joseph.Tummon@arm.com>
-rw-r--r--setup.cfg3
1 files changed, 1 insertions, 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"