Framework: SciPy upgrade 38/31338/4
authorpmikus <pmikus@cisco.com>
Thu, 18 Feb 2021 09:56:27 +0000 (09:56 +0000)
committerPeter Mikus <pmikus@cisco.com>
Thu, 18 Feb 2021 12:49:00 +0000 (12:49 +0000)
+ 1.5.4 to solve python3.8 dependency.

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I682bedc18b56d1fed3974f792a4d79656cbe97cb

requirements.txt
resources/tools/testbed-setup/ansible/roles/common/tasks/main.yaml

index 5190614..b467d6f 100644 (file)
@@ -33,7 +33,7 @@ ansible==2.10.7
 # PLRsearch dependencies
 dill==0.2.8.2
 numpy==1.17.3
 # PLRsearch dependencies
 dill==0.2.8.2
 numpy==1.17.3
-scipy==1.1.0
+scipy==1.5.4
 
 # PAL/DOC dependencies
 hdrhistogram==0.6.1
 
 # PAL/DOC dependencies
 hdrhistogram==0.6.1
index 7a0e9e1..5c3ba82 100644 (file)
@@ -87,7 +87,7 @@
   pip:
     name:
       - "pandas==0.25.3"
   pip:
     name:
       - "pandas==0.25.3"
-      - "scipy==1.1.0"
+      - "scipy==1.5.4"
   tags:
     - install-pip
 
   tags:
     - install-pip