Skip to content
Snippets Groups Projects
Commit e3feb9be authored by Colm Talbot's avatar Colm Talbot
Browse files

Merge branch 'pip_arviz' into 'master'

Add arviz to the testsuite docker files

See merge request !773
parents bc94d3df 8f023443
No related branches found
No related tags found
1 merge request!773Add arviz to the testsuite docker files
Pipeline #122513 passed
......@@ -22,7 +22,7 @@ echo "conda activate base" >> ~/.bashrc
# Install conda-installable programs
RUN conda install -y numpy scipy matplotlib pandas==0.23
RUN conda install -c conda-forge deepdish
RUN conda install -c conda-forge deepdish arviz
# Install requirements
RUN pip install --upgrade pip \
......
......@@ -28,7 +28,7 @@ RUN pip install --upgrade pip \
RUN conda install -y numpy scipy matplotlib pandas
# Install conda-forge-installable programs
RUN conda install -c conda-forge deepdish
RUN conda install -c conda-forge deepdish arviz
# Install requirements
RUN pip install future \
......
......@@ -24,7 +24,7 @@ RUN conda install -n ${conda_env} -y matplotlib numpy scipy pandas astropy flake
RUN conda install -n ${conda_env} -c anaconda coverage configargparse future
# Install conda-forge-installable programs
RUN conda install -n ${conda_env} -c conda-forge black ligo-gracedb gwpy lalsuite ligo.skymap pytest-cov deepdish
RUN conda install -n ${conda_env} -c conda-forge black ligo-gracedb gwpy lalsuite ligo.skymap pytest-cov deepdish arviz
# Install pip-requirements
RUN pip install --upgrade pip
......
......@@ -24,7 +24,7 @@ RUN conda install -n ${conda_env} -y matplotlib numpy scipy pandas astropy flake
RUN conda install -n ${conda_env} -c anaconda coverage configargparse future
# Install conda-forge-installable programs
RUN conda install -n ${conda_env} -c conda-forge black ligo-gracedb gwpy lalsuite ligo.skymap pytest-cov deepdish
RUN conda install -n ${conda_env} -c conda-forge black ligo-gracedb gwpy lalsuite ligo.skymap pytest-cov deepdish arviz
# Install pip-requirements
RUN pip install --upgrade pip
......
......@@ -24,7 +24,7 @@ RUN conda install -n ${conda_env} -y matplotlib numpy scipy pandas astropy flake
RUN conda install -n ${conda_env} -c anaconda coverage configargparse future
# Install conda-forge-installable programs
RUN conda install -n ${conda_env} -c conda-forge black ligo-gracedb gwpy lalsuite ligo.skymap pytest-cov deepdish
RUN conda install -n ${conda_env} -c conda-forge black ligo-gracedb gwpy lalsuite ligo.skymap pytest-cov deepdish arviz
# Install pip-requirements
RUN pip install --upgrade pip
......
......@@ -24,7 +24,7 @@ RUN conda install -n ${conda_env} -y matplotlib numpy scipy pandas astropy flake
RUN conda install -n ${conda_env} -c anaconda coverage configargparse future
# Install conda-forge-installable programs
RUN conda install -n ${conda_env} -c conda-forge black ligo-gracedb gwpy lalsuite ligo.skymap pytest-cov deepdish
RUN conda install -n ${conda_env} -c conda-forge black ligo-gracedb gwpy lalsuite ligo.skymap pytest-cov deepdish arviz
# Install pip-requirements
RUN pip install --upgrade pip
......
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