Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakunni3 committed Nov 5, 2020
1 parent 4ca4df1 commit 934bfe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ FROM python:3.7
MAINTAINER Deepak Unni "[email protected]"

# Clone repository
RUN git clone https://github.com/NCATS-Tangerine/kgx && cd kgx && git checkout
tags/0.2.2
RUN git clone https://github.com/NCATS-Tangerine/kgx && cd kgx && git checkout tags/0.2.2

# Setup
RUN cd kgx && python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Click>=7.0
neo4jrestclient>=0.0
pyyaml>=0.0
jupyter>=0.0
biolinkml==1.5.8
biolinkml>=1.5.8
bmt>=0.1.0
prologterms>=0.0.5
shexjsg>=0.6.5
Expand Down

0 comments on commit 934bfe7

Please sign in to comment.