aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg11
1 files changed, 2 insertions, 9 deletions
diff --git a/setup.cfg b/setup.cfg
index a37a53c..44d7387 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,17 +28,10 @@ python_requires = >=3.8
package_dir =
= src
packages = find_namespace:
-# On aarch64 machine, tensorflow does not pin the numpy version but
-# vela does. The pre-built aarch64 tensorflow 2.8.2 uses a numpy whose
-# version is conflicting with ethos-u-vela version 3.4.0. Therefore,
-# we downgraded both tensorflow and vela versions to make sure there is
-# no numpy version conflict.
install_requires =
- tensorflow-aarch64~=2.7.3; platform_machine=="aarch64"
- tensorflow~=2.9.2; platform_machine=="x86_64"
+ tensorflow~=2.10.1
tensorflow-model-optimization~=0.7.3
- ethos-u-vela~=3.3.0; platform_machine=="aarch64"
- ethos-u-vela~=3.5.0; platform_machine=="x86_64"
+ ethos-u-vela~=3.6.0
requests
rich
sh