Skip to content
Snippets Groups Projects
Commit 6c960199 authored by Felix Kleinert's avatar Felix Kleinert
Browse files

reorder pip isnatllation

parent 8535eeeb
Branches
Tags
4 merge requests!146Develop,!145Resolve "new release v0.12.0",!140Resolve "Failure on HPC installation",!139Draft: Resolve "KZ filter"
Pipeline #44911 passed
......@@ -31,10 +31,10 @@ pip install -r ${cur}/../requirements_gpu.txt
echo "##### FINISH INSTALLING requirements_gpu.txt #####"
pip install -r ${cur}/requirements_JUWELS_additionals.txt
pip install netcdf4
pip install --ignore-installed matplotlib==3.2.0
pip install --ignore-installed pandas==1.0.1
pip install -U typing_extensions
pip install -U netcdf4
# Comment: Maybe we have to export PYTHONPATH a second time ater activating the venv (after job allocation)
# source venv/bin/activate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment