Skip to content

Commit 9ffac58

Browse files
authored
Update setup.py
1 parent 82516a2 commit 9ffac58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
'obo/*.obo.gz'
2222
]
2323
},
24-
install_requires = ['numpy', 'pynumpress', 'plotly'],
24+
install_requires = [
25+
'numpy',
26+
#'pynumpress',
27+
'plotly'
28+
],
2529
description = 'high-throughput mzML parsing',
2630
long_description = 'pymzML - python module for mzML parsing',
2731
author = 'M. Koesters, J. Leufken, S. Schulze, K. Sugimoto, R. Zahedi, M. Hippler and C. Fufezan',

0 commit comments

Comments
 (0)