[PATCH 2/7] Update numpy from 1.18.5 to 1.24.2

Akihiko Odaki akihiko.odaki at daynix.com
Fri Apr 14 14:52:50 CEST 2023


This includes a fix for Python 3.10:
https://github.com/numpy/numpy/pull/16417

Signed-off-by: Akihiko Odaki <akihiko.odaki at daynix.com>
---
 ci/dts_requirements.txt            | 2 +-
 doc/dts_gsg/usr_guide/sys_reqs.rst | 2 +-
 requirements.txt                   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ci/dts_requirements.txt b/ci/dts_requirements.txt
index 0ffeb152..0f665e03 100644
--- a/ci/dts_requirements.txt
+++ b/ci/dts_requirements.txt
@@ -4,7 +4,7 @@
 
 xlwt==1.3.0
 pexpect==4.7.0
-numpy==1.18.5
+numpy==1.24.2
 docutils
 pcapyplus
 xlrd
diff --git a/doc/dts_gsg/usr_guide/sys_reqs.rst b/doc/dts_gsg/usr_guide/sys_reqs.rst
index e4682894..876c3476 100644
--- a/doc/dts_gsg/usr_guide/sys_reqs.rst
+++ b/doc/dts_gsg/usr_guide/sys_reqs.rst
@@ -55,7 +55,7 @@ They are recorded in `requirements.txt`.
     ...
     xlwt==1.3.0
     pexpect==4.7.0
-    numpy==1.18.5
+    numpy==1.24.2
     docutils
     pcapyplus
     xlrd
diff --git a/requirements.txt b/requirements.txt
index 9668a385..034b717b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@
 
 xlwt==1.3.0
 pexpect==4.7.0
-numpy==1.18.5
+numpy==1.24.2
 docutils
 pcapyplus
 xlrd
-- 
2.40.0



More information about the dts mailing list