summaryrefslogtreecommitdiff
path: root/scripts/py
diff options
context:
space:
mode:
authorRichard Burton <richard.burton@arm.com>2023-11-30 11:38:45 +0000
committerRichard <richard.burton@arm.com>2023-11-30 12:27:26 +0000
commit49482d53d7f8ee3fb0c2cc6c0553e9cbdfe6f332 (patch)
tree8cd371a63f4e2e7b70489b1009aaa2b7e4f02043 /scripts/py
parentb891dd35e4f7403547ade73cbf6ad209193d728a (diff)
downloadml-embedded-evaluation-kit-49482d53d7f8ee3fb0c2cc6c0553e9cbdfe6f332.tar.gz
MLECO-4371 Update dependencies to 23.11 release components23.11-rc1
* Updated NPU components and dependencies (core-driver, core-platform, Vela, CMSIS, TensorFlow Lite Micro) to 23.11 release SHAs. * Changed Python version to 3.10 * Updated release notes and other documentation * Added workarounds to scripts in order to address build issues Signed-off-by: Aron Virginas-Tar <aron.virginas-tar@arm.com> Change-Id: I0a639b80881b53eebb216085b7e6764e3be8ca67
Diffstat (limited to 'scripts/py')
-rw-r--r--scripts/py/dependency_urls.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/py/dependency_urls.json b/scripts/py/dependency_urls.json
index 56ea403..316c628 100644
--- a/scripts/py/dependency_urls.json
+++ b/scripts/py/dependency_urls.json
@@ -1,8 +1,8 @@
{
"cmsis": "https://github.com/ARM-software/CMSIS_5/archive/a75f01746df18bb5b929dfb8dc6c9407fac3a0f3.zip",
"cmsis-dsp": "https://github.com/ARM-software/CMSIS-DSP/archive/refs/tags/v1.15.0.zip",
- "cmsis-nn": "https://github.com/ARM-software/CMSIS-NN/archive/85164a811917770d7027a12a57ed3b469dac6537.zip",
- "core-driver": "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/snapshot/ethos-u-core-driver-23.08.tar.gz",
- "core-platform": "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-platform.git/snapshot/ethos-u-core-platform-23.08.tar.gz",
- "tensorflow": "https://github.com/tensorflow/tflite-micro/archive/568d181ccc1f60e49742fd43b7f97141ee8d45fc.zip"
+ "cmsis-nn": "https://github.com/ARM-software/CMSIS-NN/archive/bfc54edb61e873039ec0857cacc40df36b1d644e.zip",
+ "core-driver": "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/snapshot/ethos-u-core-driver-23.11.tar.gz",
+ "core-platform": "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-platform.git/snapshot/ethos-u-core-platform-23.11.tar.gz",
+ "tensorflow": "https://github.com/tensorflow/tflite-micro/archive/0996efe9b60fde8efcde5242df1afc6ee24d9ee2.zip"
}