diff options
Diffstat (limited to 'numpy/distutils/command/scons.py')
-rw-r--r-- | numpy/distutils/command/scons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/command/scons.py b/numpy/distutils/command/scons.py index 2a1814ffb..0e73136c1 100644 --- a/numpy/distutils/command/scons.py +++ b/numpy/distutils/command/scons.py @@ -341,7 +341,7 @@ class scons(old_build_ext): "this package " % str(e)) try: - minver = "0.8.2" + minver = "0.9.0" from numscons import get_version if get_version() < minver: raise ValueError() |