Skip to content

Commit

Permalink
fix: pin packaging version in dockerfile.processing_image to fix smok…
Browse files Browse the repository at this point in the history
…e tests

* Pin packaging version to avoid version conflict error when running smoke test
  • Loading branch information
Bento007 authored Nov 2, 2021
1 parent c5a9cb2 commit 82ba9fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.processing_image
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ RUN git clone https://github.com/chanzuckerberg/single-cell-explorer.git \
&& rm -rf single-cell-explorer client build/client /usr/bin/npm

# Install python dependencies
RUN pip3 install scanpy==1.6.0 python-igraph==0.8.3 louvain==0.7.0 awscli
# Remove packaging dependency once pyparser>3 is supported.
RUN pip3 install scanpy==1.6.0 python-igraph==0.8.3 louvain==0.7.0 packaging==21.0 awscli
RUN pip3 install cellxgene-schema==2.0.3

ADD requirements.txt requirements.txt
Expand Down

0 comments on commit 82ba9fc

Please sign in to comment.