From 831feb3a89aa0b3db2d774c384d14bb541508fb7 Mon Sep 17 00:00:00 2001 From: Narayana Rao Bhogapurapu <narayanarao.bhogapurapu@gmail.com> Date: Thu, 3 Oct 2024 18:37:39 -0700 Subject: [PATCH] Update build.sh --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7781d0e..814d68f 100644 --- a/build.sh +++ b/build.sh @@ -6,8 +6,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" - +conda install -y -n base -c conda-forge gdal pip install pandas scikit-image empatches scikit-learn scipy numpy + # pip install Pyarrow # pip install --upgrade numpy -- GitLab