Skip to content

Commit 2046065

Browse files
committed
Remove ndex2 version constraint
1 parent 27a9267 commit 2046065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
def main():
1212
install_list = ['pysb>=1.3.0', 'objectpath',
1313
'requests>=2.11', 'lxml', 'ipython', 'future',
14-
'networkx>=3', 'pandas>=2', 'ndex2==2.0.1', 'jinja2',
14+
'networkx>=3', 'pandas>=2', 'ndex2', 'jinja2',
1515
'protmapper>=0.0.29', 'obonet',
1616
'tqdm', 'pybiopax>=0.0.5']
1717

0 commit comments

Comments
 (0)