aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSaoirse Stewart <saoirse.stewart@arm.com>2023-02-15 10:49:15 +0000
committerSaoirse Stewart <saoirse.stewart@arm.com>2023-02-20 15:41:28 +0000
commit3ea3e29500682f90d2c735ec43ce3763efb4b75a (patch)
treef94c17deddccee234dddc1ae5f2897aa17aaf465 /setup.py
parentf756c5179bafd98cc4e912de8c4177cc4c000519 (diff)
downloadtosa_checker-3ea3e29500682f90d2c735ec43ce3763efb4b75a.tar.gz
Update the TensorFlow version to 2.11.0 used by the TOSA Checker
Change-Id: I55661102918990c4f3a71abf9c7197cf3b86d427
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 07baede..0ade3ec 100644
--- a/setup.py
+++ b/setup.py
@@ -11,8 +11,8 @@ import sys
import time
-TOSA_CHECKER_VERSION = "0.1.0"
-DEFAULT_TENSORFLOW_VERSION = "2.9.0"
+TOSA_CHECKER_VERSION = "0.2.0a1"
+DEFAULT_TENSORFLOW_VERSION = "2.11.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.