Skip to content

Commit

Permalink
singularity: add pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
fzimmermann89 committed May 27, 2021
1 parent 9d174ce commit 37b9e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Singularity.py38
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ echo "installing conda extensions"
conda activate
conda install -q -y "python=3.8"
conda install -q -y -c conda-forge mamba conda "zstd<1.5"
mamba install -q -y simplejson colorama protobuf requests "numexpr>=2.7.2" "numpy>=1.17" hdf5 scipy "jedi=0.17" numba "mkl>=2020" cython "jupyterlab<3" jupyter scikit-image appdirs mako scikit-learn "python==3.8" seaborn pandas line_profiler black ninja colorama memory_profiler isort "mkl-include>=2020" fastrlock six setuptools cmake sympy
mamba install -q -y -c anaconda -c conda-forge -c plotly gpustat colorful "h5py>3,<3.2" lmfit ipympl pathos "nodejs>=14" ptvsd xeus-python pytools nbdime "pip>=20.1" jupyter-dash ipyvolume "jupyter-server-proxy<3" six openssl "jedi<0.18" ffmpeg
mamba install -q -y simplejson colorama protobuf requests "numexpr>=2.7.2" "numpy>=1.17" hdf5 scipy "jedi=0.17" numba "mkl>=2020" cython "jupyterlab<3" jupyter scikit-image appdirs mako scikit-learn "python==3.8" seaborn pandas line_profiler black ninja colorama memory_profiler isort "mkl-include>=2020" fastrlock six setuptools cmake sympy pytest
mamba install -q -y -c anaconda -c conda-forge -c plotly gpustat colorful "h5py>3,<3.2" lmfit ipympl pathos "nodejs>=14" ptvsd xeus-python pytools nbdime "pip>=20.1" jupyter-dash ipyvolume "jupyter-server-proxy<3" six openssl "jedi<0.18" ffmpeg pytest-flake8
conda clean -a -y &


Expand Down

0 comments on commit 37b9e24

Please sign in to comment.