Skip to content

Commit

Permalink
build: 💚 fix bmt-lite version
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Jul 24, 2024
1 parent 25d2545 commit d3496b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ biothings[web_extra]==0.12.5
jsonschema>=4.4.0

# web handling
pycurl==7.45.2 # to use curl_httpclient in tornado
pycurl==7.45.3 # to use curl_httpclient in tornado
#chardet==3.0.4
aiocron==1.8

# gitdb version specified because gitdb.utils.compat not available in newest version
gitdb==4.0.9
gitdb==4.0.11

# local issuer certificate
certifi
Expand All @@ -23,6 +23,6 @@ filelock
boto3

# Biolink Model Toolkit, used in /api/metakg endpoint
'bmt-lite-v3.1.0==2.2.2; python_version < "3.9.0"'
'bmt-lite-v3.6.0==2.3.0; python_version >= "3.9.0"'
bmt-lite-v3.1.0==2.2.2; python_version >= "3.7.0" and python_version < "3.9.0"
bmt-lite-v3.6.0==2.3.0; python_version >= "3.9.0"
networkx==3.1.0

0 comments on commit d3496b8

Please sign in to comment.