aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2023-08-01 14:00:33 +0100
committerTim Hall <tim.hall@arm.com>2023-08-08 14:17:24 +0100
commit4bd28aa1bc8d7dc952c3d4ff523d942540947280 (patch)
treef498336bbbcf6a63d97faa40e8767ac4abe244bb /pyproject.toml
parent631f600eeaeda4814bda720b3979f8aef33edbea (diff)
downloadethos-u-vela-4bd28aa1bc8d7dc952c3d4ff523d942540947280.tar.gz
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 <tim.hall@arm.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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 = [