diff options
| -rw-r--r-- | requirements.txt | 1 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 1 insertions, 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 @@ -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 |
