Skip to content

Commit

Permalink
remove scipy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
JTFouquier committed Aug 31, 2018
1 parent b43f27f commit f552ce2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
test_suite='nose.collector',
packages=find_packages(),
scripts=glob("scripts/*"),
install_requires=['scipy >= 0.16.1', 'scikit-bio >=0.5.1',
'click >= 4.0'],
install_requires=['scikit-bio >=0.5.1', 'click >= 4.0'],
extras_require={'test': ["nose >= 0.10.1", "pep8", "flake8"]},
classifiers=classifiers
)

0 comments on commit f552ce2

Please sign in to comment.