Edited after Stefan's comments.

This commit is contained in:
Marianne Corvellec
2013-06-28 16:50:43 -04:00
parent bba2b1b3fa
commit edee15054b
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ VERSION = '0.9dev'
PYTHON_VERSION = (2, 5)
DEPENDENCIES = {
'numpy': (1, 6),
'Cython': (0, 15),
'Cython': (0, 17),
}