Skip to content

Commit

Permalink
Upgrate to pybel 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ddomingof committed Nov 20, 2019
1 parent e67a05e commit 49450a8
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,18 @@
'Topic :: Scientific/Engineering :: Bio-Informatics',
]
INSTALL_REQUIRES = [
'click',
'requests',
'bio2bel>=0.2.0,<0.3.0',
'click==7.0',
'requests==2.22.0',
'bio2bel>=0.2.1',
'pybel==0.14.1',
'sqlalchemy==1.3.8',
'pandas==0.24.2',
'compath_utils>=0.2.1',
'bio2bel_hgnc>=0.1.0',
'pybel>=0.13.1,<0.14.0',
'sqlalchemy',
'pandas',
'tqdm',
'bio2bel_hgnc>=0.2.3',
'bel_resources==0.0.3'
'tqdm==4.31.1',
'flask==1.1.1',
'flask_admin==1.5.3',
]
EXTRAS_REQUIRE = {
'web': [
Expand Down

0 comments on commit 49450a8

Please sign in to comment.