Skip to content

Commit

Permalink
Triggering ModelSEEDpy update
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Henry committed Nov 21, 2024
1 parent 43acc84 commit d3556df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN pip install networkx
RUN pip install deepdiff
RUN pip install h5py

RUN echo '34' >/dev/null && pip install --use-deprecated=legacy-resolver git+https://github.com/cshenry/ModelSEEDpy.git
RUN echo '35' >/dev/null && pip install --use-deprecated=legacy-resolver git+https://github.com/cshenry/ModelSEEDpy.git

RUN echo '30' >/dev/null && mkdir deps && cd deps && \
git clone --branch main https://github.com/cshenry/KBBaseModules.git
Expand Down

0 comments on commit d3556df

Please sign in to comment.