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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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