From c16e8e97d0fe280987605609e6fdd1d7da411a30 Mon Sep 17 00:00:00 2001 From: Shone Binu <62597277+shonebinu@users.noreply.github.com> Date: Sat, 8 Oct 2022 20:01:22 +0530 Subject: [PATCH] Update requirements.txt Ubuntu Linux 22.04 The set Scripy version is not available to install. Terminal Error message: "ERROR: Could not find a version that satisfies the requirement scripy==1.6.2 (from versions: 0.9, 0.9.2, 0.9.3) ERROR: No matching distribution found for scripy==1.6.2" --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d98eb31c..91ac7e71a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ numpy==1.19.5 opencv-python>=4.2.0.32 matplotlib==3.4.1 argparse==1.4.0 -scipy==1.6.2 +scipy>=1.6.2 scikit-learn==0.24.1 pillow>=8.3.2 streamlit==0.79.0