Merge pull request #312 from ahojnnes/dependency-fix

Remove scipy build dependency
This commit is contained in:
Johannes Schönberger
2012-09-11 00:07:35 -07:00
-1
View File
@@ -21,7 +21,6 @@ VERSION = '0.7dev'
PYTHON_VERSION = (2, 5)
DEPENDENCIES = {
'numpy': (1, 6),
'scipy': (0, 10),
'Cython': (0, 15),
}