aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSaoirse Stewart <saoirse.stewart@arm.com>2023-07-17 12:24:36 +0100
committerSaoirse Stewart <saoirse.stewart@arm.com>2023-07-31 12:20:58 +0100
commitf0fb6d473c7a46264e19649e0c909b4b44f11e26 (patch)
tree044076e3374fc8a4b21bad900259fbae55dfb644 /setup.py
parent998d361d2c2c232ff4d1c2a92abccef329a4c260 (diff)
downloadtosa_checker-f0fb6d473c7a46264e19649e0c909b4b44f11e26.tar.gz
Update tensorflow version to 2.13.0
Change-Id: Ib068539ffb56b74691e1534ee8e0d6c221e1f6b0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 0f2424a..6aadd48 100644
--- a/setup.py
+++ b/setup.py
@@ -11,8 +11,8 @@ import sys
import time
-TOSA_CHECKER_VERSION = "0.2.0a2"
-DEFAULT_TENSORFLOW_VERSION = "2.11.0"
+TOSA_CHECKER_VERSION = "0.2.0a3"
+DEFAULT_TENSORFLOW_VERSION = "2.13.0"
# Get the TensorFlowâ„¢ source directory passed to the command line (if any).
# If none is given the sources are pulled from the official TF repository.