diff options
author | David Cournapeau <cournape@gmail.com> | 2008-10-03 06:50:32 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-10-03 06:50:32 +0000 |
commit | df327a92b1589a66085c7201348eac055a39c08b (patch) | |
tree | 08f370c813360b3fe04274744192f3eca7189571 /numpy/distutils/command/scons.py | |
parent | 6d5283a811f5f727bc7486e596d8048f5315a6d2 (diff) | |
download | numpy-df327a92b1589a66085c7201348eac055a39c08b.tar.gz |
Update the minimum version for numscons: had to change to cope with Chuck changes to conv_template.py.
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 80795a010..d5303bb29 100644 --- a/numpy/distutils/command/scons.py +++ b/numpy/distutils/command/scons.py @@ -360,7 +360,7 @@ class scons(old_build_ext): "this package " % str(e)) try: - minver = "0.9.1" + minver = "0.9.3" from numscons import get_version if get_version() < minver: raise ValueError() |