aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBenjamin Klimczak <benjamin.klimczak@arm.com>2022-11-07 12:57:15 +0000
committerBenjamin Klimczak <benjamin.klimczak@arm.com>2022-11-11 12:10:26 +0000
commitce9b17650d024886b24ad820f0f1815fc23b19f3 (patch)
treea7d113f751b8856aabcd021464edec16e23ba6f8 /setup.cfg
parente40a7adadd254e29d71af38f69a0a20ff4871eef (diff)
downloadmlia-ce9b17650d024886b24ad820f0f1815fc23b19f3.tar.gz
MLIA-701 Update dependencies
- Update TensorFlow dependencies for x86_64 - Adapt unit tests to new TensorFlow version - Update linters (including pre-commit hooks) and fix issues - Use conditional import to fix tflite compat code for aarch64 Change-Id: I1a9b080b900ab65e38f7f2552562822bbfdcd259
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg14
1 files changed, 7 insertions, 7 deletions
diff --git a/setup.cfg b/setup.cfg
index 5d3a6af..f262484 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -35,10 +35,10 @@ packages = find_namespace:
# no numpy version conflict.
install_requires =
tensorflow-aarch64~=2.7.3; platform_machine=="aarch64"
- tensorflow~=2.8.2; platform_machine=="x86_64"
- tensorflow-model-optimization~=0.7.2
+ tensorflow~=2.9.2; platform_machine=="x86_64"
+ tensorflow-model-optimization~=0.7.3
ethos-u-vela~=3.3.0; platform_machine=="aarch64"
- ethos-u-vela~=3.4.0; platform_machine=="x86_64"
+ ethos-u-vela~=3.5.0; platform_machine=="x86_64"
requests
rich
sh
@@ -52,10 +52,10 @@ console_scripts =
[options.extras_require]
dev =
- pytest==7.1.1
- pytest-cov==3.0.0
- mypy==0.942
- pylint==2.13.7
+ pytest==7.2.0
+ pytest-cov==4.0.0
+ mypy==0.982
+ pylint==2.15.5
pre-commit
tosa =
tosa-checker==0.1.0