Skip to content

Commit

Permalink
fix(cplex): pin python-libsbml version
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmann committed Oct 9, 2024
1 parent cf3944d commit 3e3776b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cplex/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y locales \
&& DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales && git clone --depth 1 --branch ${GAPSEQ_VERSION} https://github.com/jotech/gapseq \
&& wget http://github.com/bbuchfink/diamond/releases/download/${DIAMOND_VERSION}/diamond-linux64.tar.gz \
&& tar xzf diamond-linux64.tar.gz && rm diamond-linux64.tar.gz \
&& pip install python-libsbml==5.20.2 \
&& pip install smetana==${SMETANA_VERSION} carveme==${CARVEME_VERSION} cobra==0.27 depinfo==1.7.0 memote==${MEMOTE_VERSION}


Expand Down

0 comments on commit 3e3776b

Please sign in to comment.