From a99018a14e21ca62a04a706bd2cb75ec0503393b Mon Sep 17 00:00:00 2001 From: Dominic Zettl Date: Fri, 25 Nov 2022 18:13:49 +0100 Subject: [PATCH] chores: upgrade tensorflow and dependency (#262) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9bc6b96c..9060b734 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ import setuptools keras_deps = [ - 'tensorflow>=2.9', + 'tensorflow>=2.10', 'tensorflow_datasets>=4.2,<4.5', 'tensorflow-privacy>=0.5,<0.8', ] @@ -78,7 +78,7 @@ 'google-cloud-storage>=1.35,<2.2', 'matplotlib>=3.3,<3.6', 'onnx==1.8.1', - 'tf2onnx==1.9.3', + 'tf2onnx==1.13.0', 'onnxmltools==1.10.0', 'numpy>=1.16,<1.23', 'pydantic>=1.7,<1.10',