From ef028263f1aa145ee7e14026d395ac9eb02f63ab Mon Sep 17 00:00:00 2001
From: Narayanarao Bhogapurapu <narayanarao.bhogapurapu@gmail.com>
Date: Thu, 12 Sep 2024 22:11:27 +0000
Subject: [PATCH] Update build.sh

---
 build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index 5ed42f6..7781d0e 100644
--- a/build.sh
+++ b/build.sh
@@ -7,9 +7,9 @@ basedir=$(dirname "$(readlink -f "$0")")
 # Make sure conda is updated to a version that supports the --no-capture-output option
 # conda install -y -n base -c conda-forge "conda>=4.13.0"
 
-pip install pandas scikit-image empatches scikit-learn 
+pip install pandas scikit-image empatches scikit-learn scipy numpy
 # pip install Pyarrow
-pip install --upgrade numpy
+# pip install --upgrade numpy
 
 
 # Create conda env containing only conda-lock
-- 
GitLab