From a3d4185f4a3cce0e4dad3ffedfd4a37386e97708 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 6 Mar 2019 22:36:49 -0500 Subject: Remove SciPy dependency Seems not to be used anywhere --- requirements.txt | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 02111a7..5cddbb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ numpy scikit-learn -scipy diff --git a/setup.py b/setup.py index 356b393..407cf24 100644 --- a/setup.py +++ b/setup.py @@ -201,7 +201,7 @@ if __name__ == "__main__": attr["author"] = "G.J.J. van den Burg" attr["author_email"] = "gertjanvandenburg@gmail.com" attr["license"] = "GPL v2" - attr["install_requires"] = ["scikit-learn", "numpy", "scipy"] + attr["install_requires"] = ["scikit-learn", "numpy"] from numpy.distutils.core import setup -- cgit v1.2.3