From 8621d7009844fc7133ce2d6f7b2223bc084272ab Mon Sep 17 00:00:00 2001 From: Narayana Rao Bhogapurapu <narayanarao.bhogapurapu@gmail.com> Date: Fri, 31 May 2024 20:37:22 -0400 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c997d9d..c3ea581 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" -pip install pandas scikit-image empatches scikit-learn +pip install numpy pandas scikit-image empatches scikit-learn Pyarrow pip install --upgrade numpy -- GitLab