From 1fa0e96f27acd4fc2157dfb424e71e49fbb949f4 Mon Sep 17 00:00:00 2001 From: emoebel <emmanuel.moebel@inria.fr> Date: Wed, 23 Feb 2022 12:11:56 +0100 Subject: [PATCH] added scipy to requirements --- requirements.txt | 3 ++- requirements_gpu.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f23b6e9..ccd18a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ scikit-image==0.15.0 matplotlib==3.1.0 PyQt5==5.13.2 pyqtgraph==0.10.0 -openpyxl==3.0.3 \ No newline at end of file +openpyxl==3.0.3 +scipy==1.5.4 \ No newline at end of file diff --git a/requirements_gpu.txt b/requirements_gpu.txt index c642e1e..e5e3b4f 100644 --- a/requirements_gpu.txt +++ b/requirements_gpu.txt @@ -9,4 +9,5 @@ scikit-image==0.15.0 matplotlib==3.1.0 PyQt5==5.13.2 pyqtgraph==0.10.0 -openpyxl==3.0.3 \ No newline at end of file +openpyxl==3.0.3 +scipy==1.5.4 \ No newline at end of file -- GitLab