We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9865e commit 5238f64Copy full SHA for 5238f64
setup.py
@@ -72,8 +72,8 @@ def run(self):
72
description='Simple web browser to visualize Hi-C and other genomic data.',
73
long_description=open('README.md').read(),
74
install_requires=[
75
- "Flask==0.10.1",
76
- "hicbrowser",
+ "flask",
+ "hicexplorer",
77
"bx-python"
78
],
79
cmdclass={'sdist': sdist}
0 commit comments