aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBenjamin Klimczak <benjamin.klimczak@arm.com>2022-06-28 10:29:35 +0100
committerBenjamin Klimczak <benjamin.klimczak@arm.com>2022-07-08 10:57:19 +0100
commitc9b4089b3037b5943565d76242d3016b8776f8d2 (patch)
tree3de24f79dedf0f26f492a7fa1562bf684e13a055 /setup.cfg
parentba2c7fcccf37e8c81946f0776714c64f73191787 (diff)
downloadmlia-c9b4089b3037b5943565d76242d3016b8776f8d2.tar.gz
MLIA-546 Merge AIET into MLIA
Merge the deprecated AIET interface for backend execution into MLIA: - Execute backends directly (without subprocess and the aiet CLI) - Fix issues with the unit tests - Remove src/aiet and tests/aiet - Re-factor code to replace 'aiet' with 'backend' - Adapt and improve unit tests after re-factoring - Remove dependencies that are not needed anymore (click and cloup) Change-Id: I450734c6a3f705ba9afde41862b29e797e511f7c
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 9391fa2..3021043 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -34,12 +34,10 @@ install_requires =
ethos-u-vela~=3.3.0
requests
rich
- click
sh
paramiko
filelock
psutil
- cloup>=0.12.0
[options.packages.find]
where = src
@@ -47,8 +45,6 @@ where = src
[options.entry_points]
console_scripts =
mlia=mlia.cli.main:main
- aiet=aiet.main:main
- run_vela=aiet.resources.tools.vela.run_vela:main
[options.extras_require]
dev =