[2/7] Update numpy from 1.18.5 to 1.24.2

Message ID 20230414125255.67812-3-akihiko.odaki@daynix.com (mailing list archive)
State Accepted
Headers
Series Fix for Fedora 37 |

Commit Message

Akihiko Odaki April 14, 2023, 12:52 p.m. UTC
  This includes a fix for Python 3.10:
https://github.com/numpy/numpy/pull/16417

Signed-off-by: Akihiko Odaki <akihiko.odaki@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(-)
  

Patch

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