Skip to content

Commit

Permalink
version declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
mpschr committed Jul 13, 2016
1 parent 1c73bd4 commit b1898f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
from setuptools import find_packages

setup(name='mutex',
version='1.0.0',
version='1.0.1',
description='A simple algorithm to estimate the significance of a mutual exclusive pattern or co-occurrence',
author='Michael P Schroeder',
author_email='[email protected]',
url='https://github.com/mpschr/mutex',
packages=find_packages(),
install_requires=['pandas', 'numpy']
install_requires=['pandas>=0.17', 'numpy>=1.10.4', 'joblib', 'multiprocessing', 'scipy>=0.17']
)

0 comments on commit b1898f6

Please sign in to comment.