From 4bd28aa1bc8d7dc952c3d4ff523d942540947280 Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Tue, 1 Aug 2023 14:00:33 +0100 Subject: MLBEDSW-7656: Update Python versions in README - Added Python support information - Clarified TensorFlow support information - Updated Requires-Python version to 3.8 Change-Id: Iab38a2f4480e58a1bd36d5055342c4bf7379dd09 Signed-off-by: Tim Hall --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index f2c5d60f..e6428e46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ [project] name = "ethos-u-vela" description = "Neural network model compiler for Arm Ethos-U NPUs" -requires-python = "~=3.7" +requires-python = "~=3.8" authors = [{name = "Arm Ltd", email = "mlg-vela@arm.com"}] license = {text= "Apache License 2.0"} classifiers = [ -- cgit v1.2.1