Skip to content
Snippets Groups Projects
Commit a3b8bdec authored by Bengt Giger's avatar Bengt Giger
Browse files

Comment upper half of Python packages

parent 5432f6dc
No related branches found
No related tags found
No related merge requests found
Pipeline #301740 passed
......@@ -20,25 +20,25 @@ RUN http_proxy=http://proxy.ethz.ch:3128 https_proxy=http://proxy.ethz.ch:3128 j
# R
####
RUN Rscript >/dev/null 2>&1 -e "install.packages(pkgs=c( \
# 'bayesplot', \
# 'bayestestR', \
# 'blockmodeling', \
# 'biostat3', \
# 'brms', \
# 'countrycode', \
# 'GGally', \
# 'ggforce', \
# 'ggplot2', \
# 'ggraph', \
# 'goldfish', \
# 'gt', \
# 'gtsummary', \
# 'igraph', \
# 'lfe', \
# 'lubridate', \
# 'loo', \
# 'matlib', \
# 'mice', \
'bayesplot', \
'bayestestR', \
'blockmodeling', \
'biostat3', \
'brms', \
'countrycode', \
'GGally', \
'ggforce', \
'ggplot2', \
'ggraph', \
'goldfish', \
'gt', \
'gtsummary', \
'igraph', \
'lfe', \
'lubridate', \
'loo', \
'matlib', \
'mice', \
'nloptr', \
'openxlsx', \
'RBGL', \
......@@ -73,29 +73,29 @@ RUN Rscript >/dev/null 2>&1 -e "install.packages(pkgs=c( \
RUN conda config --set default_threads 4 && \
mamba install -q -c defaults -c conda-forge -c bioconda -c bokeh \
arviz \
biopython \
bokeh \
boost-histogram \
corner \
cobra \
dynesty \
emcee \
ete3 \
flax \
fqdn \
graph-tool \
igraph \
ipydatagrid \
isoduration \
keras \
meshio \
mplcursors \
multi_rake \
optax \
pathos \
pint \
plotly \
# arviz \
# biopython \
# bokeh \
# boost-histogram \
# corner \
# cobra \
# dynesty \
# emcee \
# ete3 \
# flax \
# fqdn \
# graph-tool \
# igraph \
# ipydatagrid \
# isoduration \
# keras \
# meshio \
# mplcursors \
# multi_rake \
# optax \
# pathos \
# pint \
# plotly \
py3dmol \
pylatex \
pymatgen \
......
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