From 631609e8c13c740c0fbff8b02b4f44688846003f Mon Sep 17 00:00:00 2001
From: Narayana Rao Bhogapurapu <narayanarao.bhogapurapu@gmail.com>
Date: Thu, 3 Oct 2024 18:44:55 -0700
Subject: [PATCH] Update build.sh

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 814d68f..0a4223d 100644
--- a/build.sh
+++ b/build.sh
@@ -7,7 +7,7 @@ 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"
 conda install -y -n base -c conda-forge gdal
-pip install pandas scikit-image empatches scikit-learn scipy numpy
+pip install pandas scikit-image empatches scikit-learn scipy numpy matplotlib tqdm futures
 
 # pip install Pyarrow
 # pip install --upgrade numpy
-- 
GitLab