diff --git a/build.sh b/build.sh index 5ed42f6598fabd3012183aa9525cf8846ca5ff66..7781d0ee47120b2327693b56d00446160dad122d 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