aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index a139bb4..4b6c931 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,17 +24,17 @@ keywords = ml, arm, ethos-u, tflite
[options]
include_package_data = True
-python_requires = >=3.8.1
+python_requires = >=3.9.0
package_dir =
= src
packages = find_namespace:
install_requires =
- tensorflow~=2.12.1
+ tensorflow~=2.14.1
tensorflow-model-optimization~=0.7.5
- ethos-u-vela~=3.9.0
+ ethos-u-vela~=3.10.0
flaky~=3.7.0
requests~=2.31.0
- rich~=13.5.2
+ rich~=13.7.0
tomli~=2.0.1 ; python_version<"3.11"
[options.packages.find]