aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRaul Farkas <raul.farkas@arm.com>2022-07-20 15:57:37 +0100
committerRaul Farkas <raul.farkas@arm.com>2022-07-22 17:08:18 +0100
commit7899b908c1fe6d86b92a80f3827ddd0ac05b674b (patch)
tree7c0ca1250a8f1e28808660e9482ec55230601405 /setup.cfg
parent625c280433fef3c9d1b64f58eab930ba0f89cd82 (diff)
downloadmlia-7899b908c1fe6d86b92a80f3827ddd0ac05b674b.tar.gz
MLIA-569 Update TensorFlow to version 2.8
- Update TensorFlow to version 2.8 (now supported by Vela 3.4) - Adapt existing codebase to preserve intermediary tensors in the interpreter in order to avoid errors when trying to print all of them in the future. - Ignore types for numpy methods that do not have typing annotations in their definitions. This is needed because otherwise mypy would consider the calling function to also be untyped. Change-Id: I943ac196fd4e378f5238949b15c23a2d628c8b5e
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 dbed6f7..49b5ce5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,7 +29,7 @@ package_dir =
= src
packages = find:
install_requires =
- tensorflow~=2.7.1
+ tensorflow~=2.8.2
tensorflow-model-optimization~=0.7.2
ethos-u-vela~=3.4.0
requests