summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConor Kennedy <conor.kennedy@arm.com>2023-03-21 13:11:17 +0000
committerConor Kennedy <conor.kennedy@arm.com>2023-03-22 14:49:19 +0000
commit16ea0a01de9e826c54c643cb21ca82d540a470f9 (patch)
treedae753000e1baef024316ed5e8fe09cf906a5c4e
parent8ce2be8de498f328678eeed998dbe6994734c15e (diff)
downloadml-embedded-evaluation-kit-16ea0a01de9e826c54c643cb21ca82d540a470f9.tar.gz
MLECO-3962: Set specific versions for Python3.7 in requirements.txt
* For compatibility reasons, use the following versions when running on Python3.7: numpy 1.21.3 scipy 1.7.3 Change-Id: I5213820cc64b51cfa8b4ff49a1bff030e652822d Signed-off-by: Conor Kennedy <conor.kennedy@arm.com>
-rw-r--r--scripts/py/requirements.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/py/requirements.txt b/scripts/py/requirements.txt
index e75626c..500d115 100644
--- a/scripts/py/requirements.txt
+++ b/scripts/py/requirements.txt
@@ -7,11 +7,13 @@ llvmlite==0.39.1
lxml==4.9.2
MarkupSafe==2.0.1
numba==0.56.4
-numpy==1.23.5
+numpy==1.21.3;python_version<="3.7"
+numpy==1.23.5;python_version>="3.8"
Pillow==9.2.0
pycparser==2.20
resampy==0.3.1
-scipy==1.10.1
+scipy==1.7.3;python_version<="3.7"
+scipy==1.10.1;python_version>="3.8"
six==1.16.0
SoundFile==0.10.3.post1
zipp==3.15.0