Skip to content

Commit

Permalink
Fixed broken dependencies in build-pipeline-docker-images/pipeline-ru…
Browse files Browse the repository at this point in the history
…n-docker
  • Loading branch information
pgm committed Aug 28, 2024
1 parent e7b40f2 commit a405e31
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ RUN cd /tmp && \
ln -s /install/conseq/bin/conseq /usr/bin/conseq

RUN virtualenv --python=python3.9 /install/depmap-py
RUN /install/depmap-py/bin/pip install matplotlib pandas h5py pyarrow pyyaml
RUN /install/depmap-py/bin/pip install 'taigapy @ git+https://github.com/broadinstitute/taigapy@4c4ec6542150fdea98ae5d67a7da8f8c3310a8d3'
RUN /install/depmap-py/bin/pip install matplotlib 'pandas<2.0.0' 'numpy<2.0.0' h5py pyarrow pyyaml 'taigapy @ git+https://github.com/broadinstitute/[email protected]'
RUN /install/depmap-py/bin/pip install boto
RUN /install/depmap-py/bin/pip install statsmodels
RUN /install/depmap-py/bin/pip install pandera
Expand Down

0 comments on commit a405e31

Please sign in to comment.