Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MKoesters committed Apr 1, 2019
1 parent 086071a commit a0f3df3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymzml/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
2 changes: 1 addition & 1 deletion requirements.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
numpy >= 1.8.0
plotly < 2.0
pynumpress >= 0.0.4
regex

# Testing and dev
cython
coverage >= 4.2
nose >= 1.3.7
sphinx
sphinx_rtd_theme
regex

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
python_requires = '>=3.4.0',
install_requires = [
'numpy >= 1.8.0',
'regex'
],
extras_require = {
'full': [
Expand Down

0 comments on commit a0f3df3

Please sign in to comment.