diff --git a/cara/scripts/themes/base/cara_script.command b/cara/scripts/themes/base/cara_script.command index 5d34e193..f0b10069 100755 --- a/cara/scripts/themes/base/cara_script.command +++ b/cara/scripts/themes/base/cara_script.command @@ -1,9 +1,11 @@ cd Downloads git clone https://gitlab.cern.ch/cara/cara.git cd cara +git lfs install git lfs pull if [[ `uname -m` == 'arm64' ]]; then pip3 install scipy --index-url=https://pypi.anaconda.org/scipy-wheels-nightly/simple + pip3 install Cython pip3 install -U --no-use-pep517 scikit-learn fi pip3 install -e . diff --git a/cara/scripts/themes/cern/cara_script.command b/cara/scripts/themes/cern/cara_script.command index f217789b..9abec5d5 100755 --- a/cara/scripts/themes/cern/cara_script.command +++ b/cara/scripts/themes/cern/cara_script.command @@ -1,9 +1,11 @@ cd Downloads git clone https://gitlab.cern.ch/cara/cara.git cd cara +git lfs install git lfs pull if [[ `uname -m` == 'arm64' ]]; then pip3 install scipy --index-url=https://pypi.anaconda.org/scipy-wheels-nightly/simple + pip3 install Cython pip3 install -U --no-use-pep517 scikit-learn fi pip3 install -e .