aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 29198a1f..9133a124 100644
--- a/setup.py
+++ b/setup.py
@@ -77,13 +77,12 @@ setup(
"Programming Language :: C",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
- "Programming Language :: Python :: 3.6 :: Only",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Compilers",
],
keywords=["ethos-u", "vela compiler", "tflite", "npu"],
packages=["ethosu.vela", "ethosu.vela.ethos_u55_regs", "ethosu.vela.tflite", "ethosu.mlw_codec"],
- python_requires="~=3.6", # We support only 3.6+
+ python_requires="~=3.6",
install_requires=[
"flatbuffers==1.12.0",
"numpy>=1.16.6",