From cd4d50de7242dfdcaaca8817e346585323819066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Tue, 11 Sep 2012 09:04:49 +0200 Subject: [PATCH] Remove scipy build dependency --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 396d8429..b2f74c13 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,6 @@ VERSION = '0.7dev' PYTHON_VERSION = (2, 5) DEPENDENCIES = { 'numpy': (1, 6), - 'scipy': (0, 10), 'Cython': (0, 15), }