From 56b9264fcf26cc7cbd0a6d95ff2c32ba71f4626e Mon Sep 17 00:00:00 2001 From: Dhruv Chauhan Date: Wed, 3 May 2023 13:05:00 +0100 Subject: MLIA-755 Remove TOSA Extra Dependency - Removed TOSA Checker dependency from setup.cfg - Installation process calls directly the installation of TOSA Checker instead of the extra dependency Change-Id: I21e309b9316671959483bd2ef1ecaf644936a4cb --- setup.cfg | 4 ---- 1 file changed, 4 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index bea8e42..404bef2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,10 +45,6 @@ console_scripts = mlia=mlia.cli.main:main mlia-backend=mlia.cli.main:backend_main -[options.extras_require] -tosa = - tosa-checker==0.1.0 - [flake8] # ignored errors # E501 line too long -- cgit v1.2.1