aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 2f0fa23..10995f4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -27,7 +27,7 @@ include_package_data = True
python_requires = >=3.8
package_dir =
= src
-packages = find:
+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,