diff options
author | David Cournapeau <cournape@gmail.com> | 2008-07-30 07:31:06 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-07-30 07:31:06 +0000 |
commit | f8b801d15d60540bfde19e0d22ec85a624699611 (patch) | |
tree | 3d012fae099bf554f41b8004677bf32085b21347 /numpy/distutils/command/scons.py | |
parent | 4cd620b72fe709ae7092a698a1b22cb9c12de04c (diff) | |
download | numpy-f8b801d15d60540bfde19e0d22ec85a624699611.tar.gz |
Require 0.9.0 for numscons.
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() |