aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRaul Farkas <raul.farkas@arm.com>2022-07-11 20:09:48 +0100
committerDiego Russo <diego.russo@arm.com>2022-07-22 10:59:29 +0000
commit625c280433fef3c9d1b64f58eab930ba0f89cd82 (patch)
treed7c1c9900abd76aa85515ad930572f9739a24dbe /setup.cfg
parent7a09acbd1bccc9a7f81d79ed57259a0d32aa6873 (diff)
downloadmlia-625c280433fef3c9d1b64f58eab930ba0f89cd82.tar.gz
MLIA-507 Upgrade Vela version
Upgrade Vela version from 3.3.0 to 3.4.0. - Adapt code to use new typing notation by replacing `numpy.array` with `numpy.ndarray` where necessary. Change-Id: I035e9564d448652aa09a52d79c71ef09663ea776
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index b42ce9a..dbed6f7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,7 +31,7 @@ packages = find:
install_requires =
tensorflow~=2.7.1
tensorflow-model-optimization~=0.7.2
- ethos-u-vela~=3.3.0
+ ethos-u-vela~=3.4.0
requests
rich
sh