Skip to content

Commit

Permalink
limiting version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Nov 1, 2021
1 parent 73794e8 commit a284713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.processing_image
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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 pyparsing<3,>=2.0.2 awscli
RUN pip3 install scanpy==1.6.0 python-igraph==0.8.3 louvain==0.7.0 pyparsing<3 awscli
RUN pip3 install cellxgene-schema==2.0.3

ADD requirements.txt requirements.txt
Expand Down

0 comments on commit a284713

Please sign in to comment.