Skip to content

Commit 5238f64

Browse files
committed
updated setup.py to add hicexplorer dependency
1 parent 0f9865e commit 5238f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def run(self):
7272
description='Simple web browser to visualize Hi-C and other genomic data.',
7373
long_description=open('README.md').read(),
7474
install_requires=[
75-
"Flask==0.10.1",
76-
"hicbrowser",
75+
"flask",
76+
"hicexplorer",
7777
"bx-python"
7878
],
7979
cmdclass={'sdist': sdist}

0 commit comments

Comments
 (0)