aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Klimczak <benjamin.klimczak@arm.com>2022-12-30 10:34:18 +0000
committerBenjamin Klimczak <benjamin.klimczak@arm.com>2022-12-30 10:34:18 +0000
commit4b4cf29cb1e7d917ae001e258ff01f7846c34778 (patch)
treeb5eabef5a0f010512709d2fe23462d2b6656579e
parent2b52d43ea38dfb503f405da3303a6f48834ea300 (diff)
downloadmlia-4b4cf29cb1e7d917ae001e258ff01f7846c34778.tar.gz
MLIA-761 Constrain dependencies
Constrain dependencies in the setup.cfg to avoid incompatibilities when dependencies are updated. Change-Id: I6e26a769bc677827da3ffd90a9b7ad510e3b4d4f
-rw-r--r--setup.cfg6
1 files 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