summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConor Kennedy <conor.kennedy@arm.com>2022-12-08 10:53:15 +0000
committerConor Kennedy <conor.kennedy@arm.com>2022-12-09 18:11:55 +0000
commit9a97134ee00125c7a406cbf57c3ba8360df8f980 (patch)
tree0cad6bea5311fc2a75d3433d323a0d1d4545e4f8
parent47406feb4b2aed29942d7e89cab882ea797dbf7e (diff)
downloadml-embedded-evaluation-kit-9a97134ee00125c7a406cbf57c3ba8360df8f980.tar.gz
MLECO-3716: Update package versions in requirements.txt for Python 3.10
Change-Id: Iad3299379f2672510a569b22324823a0377c7179 Signed-off-by: Conor Kennedy <conor.kennedy@arm.com>
-rw-r--r--scripts/py/requirements.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/py/requirements.txt b/scripts/py/requirements.txt
index a407a44..20276d8 100644
--- a/scripts/py/requirements.txt
+++ b/scripts/py/requirements.txt
@@ -1,12 +1,12 @@
-cffi==1.14.3
+cffi==1.15.0
Jinja2==2.11.2
llvmlite==0.38.0
-MarkupSafe==1.1.1
+MarkupSafe==2.0.1
numba==0.55.1
numpy==1.21.3
-Pillow==7.2.0
+Pillow==9.2.0
pycparser==2.20
-resampy==0.2.2
+resampy==0.3.1
scipy==1.7.3
six==1.16.0
SoundFile==0.10.3.post1