From 900c3c52b681e0b8a4454e2e2cf29265d53a2c98 Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Thu, 24 Aug 2023 15:34:52 +0100 Subject: MLIA-961 Update MLIA dependencies Update Vela, TensorFlow and other dependencies. Change-Id: Id497084391d31548c2f307f5a4b7981981fa25a5 Signed-off-by: Benjamin Klimczak --- setup.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index aa513f5..5a68b6b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,11 +29,11 @@ package_dir = = src packages = find_namespace: install_requires = - tensorflow~=2.11.1 - tensorflow-model-optimization~=0.7.3 - ethos-u-vela~=3.8.0 - requests~=2.28.1 - rich~=12.6.0 + tensorflow~=2.12.1 + tensorflow-model-optimization~=0.7.5 + ethos-u-vela~=3.9.0 + requests~=2.31.0 + rich~=13.5.2 tomli~=2.0.1 ; python_version<"3.11" [options.packages.find] -- cgit v1.2.1