Skip to content

Commit

Permalink
Merge pull request #44 from singjc/master
Browse files Browse the repository at this point in the history
[ADD] scikit-image
  • Loading branch information
singjc authored Mar 29, 2023
2 parents 2b9c5cb + 7415f3a commit a38a1ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/diapysef/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def readme():
Analysis, conversion and visualization of diaPASEF data."""

setup(name='diapysef',
version='1.0.09',
version='1.0.10',
description=desc,
long_description=readme(),
long_description_content_type='text/x-rst',
Expand All @@ -24,6 +24,7 @@ def readme():
'seaborn',
'statsmodels',
'scipy',
'scikit-image',
'pyopenms',
'patsy',
'tqdm',
Expand Down

0 comments on commit a38a1ac

Please sign in to comment.