Skip to content

Commit d17f17c

Browse files
Installing more recent oapackage
1 parent e284a72 commit d17f17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN conda env create -f mala_${DEVICE}_environment.yml && rm -rf /opt/conda/pkgs
2121
RUN /opt/conda/envs/mala-${DEVICE}/bin/pip install --no-input --no-cache-dir \
2222
pytest \
2323
pytest-cov \
24-
oapackage==2.6.8 \
24+
oapackage==2.7.14 \
2525
pqkmeans
2626

2727
RUN echo "source activate mala-${DEVICE}" > ~/.bashrc

0 commit comments

Comments
 (0)