Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JB-MS authored Oct 11, 2018
1 parent 82516a2 commit 9ffac58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
'obo/*.obo.gz'
]
},
install_requires = ['numpy', 'pynumpress', 'plotly'],
install_requires = [
'numpy',
#'pynumpress',
'plotly'
],
description = 'high-throughput mzML parsing',
long_description = 'pymzML - python module for mzML parsing',
author = 'M. Koesters, J. Leufken, S. Schulze, K. Sugimoto, R. Zahedi, M. Hippler and C. Fufezan',
Expand Down

0 comments on commit 9ffac58

Please sign in to comment.