aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonny Svärd <jonny.svaerd@arm.com>2023-05-11 11:37:49 +0200
committerJonny Svärd <jonny.svaerd@arm.com>2023-05-11 11:38:45 +0200
commit76e5a8aa7446f38c0646757e91c0b8cd604f8e60 (patch)
tree3034623e3490598e3885866e0190360b42f6c77f /README.md
parent9197443579fc3444d17cf97096979b909d517ea1 (diff)
downloadethos-u-core-platform-76e5a8aa7446f38c0646757e91c0b8cd604f8e60.tar.gz
Update required versions of Python and Tensorflow23.05-rc1
Change-Id: I4fcd22bd32870244eeb1784d2f26cc43b02b48a9
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5840bfb..d6c6da8 100644
--- a/README.md
+++ b/README.md
@@ -24,10 +24,10 @@ environment variable.
## Building
Building core platform requires a recent version of CMake, a C/C++ cross compiler
-for Arm Cortex-M and Python 3.7+. There are sample toolchain files provided for
+for Arm Cortex-M and Python 3.9+. There are sample toolchain files provided for
Arm Clang and Arm GCC.
-To run the helper scripts Python 3.7+ is required, together with the packages listed in
+To run the helper scripts Python 3.9+ is required, together with the packages listed in
`requirements.txt`.
```