Skip to content
Snippets Groups Projects
Commit ef028263 authored by Narayanarao Bhogapurapu's avatar Narayanarao Bhogapurapu
Browse files

Update build.sh

parent 1b0bf4a3
No related branches found
No related tags found
No related merge requests found
...@@ -7,9 +7,9 @@ basedir=$(dirname "$(readlink -f "$0")") ...@@ -7,9 +7,9 @@ basedir=$(dirname "$(readlink -f "$0")")
# Make sure conda is updated to a version that supports the --no-capture-output option # 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 "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 Pyarrow
pip install --upgrade numpy # pip install --upgrade numpy
# Create conda env containing only conda-lock # Create conda env containing only conda-lock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment