Skip to content

Commit

Permalink
Restore installs to non-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 2, 2024
1 parent ad48619 commit 324bcea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN git clone https://github.com/sorgerlab/indra.git && \
pip install gunicorn

# CoGEx specific setup
RUN pip3 install git+https://github.com/bgyori/indra_cogex.git@flask3#egg=indra_cogex[web,gunicorn,gsea]
RUN pip3 install git+https://github.com/bgyori/indra_cogex.git#egg=indra_cogex[web,gunicorn,gsea]

# Force rebuild the pickle caches for the GSEA and MSEA apps
RUN python -m indra_cogex.client.enrichment.utils --force
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ keywords =

[options]
install_requires =
indra @ git+https://github.com/sorgerlab/indra.git@gilda-flask-deps
indra @ git+https://github.com/sorgerlab/indra.git
neo4j
click
more_click>=0.1.1
Expand Down Expand Up @@ -71,7 +71,7 @@ web =
bootstrap-flask>=2.0.0
flask_jwt_extended
docstring-parser
indralab_auth_tools @ git+https://github.com/gyorilab/ui_util.git@flask3#egg=indralab_auth_tools&subdirectory=indralab_auth_tools
indralab_auth_tools @ git+https://github.com/gyorilab/ui_util.git#egg=indralab_auth_tools&subdirectory=indralab_auth_tools
pusher
markupsafe
gunicorn =
Expand Down

0 comments on commit 324bcea

Please sign in to comment.