From 9c780ba4b033c24cb93a7354f29a67af0a57985a Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Sat, 22 Dec 2018 23:08:48 -0500 Subject: [PATCH] Drop `setuptools` install requirement We only use `setuptools` for the build. It is not used at install time. So go ahead and drop it from the install requirements. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 4f0b6e5b..8cd8ece2 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,6 @@ def run_tests(self): install_requires = [ "blas==1.1", "openblas", - "setuptools", "future", "psutil", "numpy",