From 4b4cf29cb1e7d917ae001e258ff01f7846c34778 Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Fri, 30 Dec 2022 10:34:18 +0000 Subject: MLIA-761 Constrain dependencies Constrain dependencies in the setup.cfg to avoid incompatibilities when dependencies are updated. Change-Id: I6e26a769bc677827da3ffd90a9b7ad510e3b4d4f --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2485c1e..966eac5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,9 +33,9 @@ install_requires = tensorflow-model-optimization~=0.7.3 ethos-u-vela~=3.6.0 numpy<1.24 - requests - rich - sh + requests~=2.28.1 + rich~=12.6.0 + sh~=1.14.3 [options.packages.find] where = src -- cgit v1.2.1