From df327a92b1589a66085c7201348eac055a39c08b Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Fri, 3 Oct 2008 06:50:32 +0000 Subject: Update the minimum version for numscons: had to change to cope with Chuck changes to conv_template.py. --- numpy/distutils/command/scons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/distutils/command/scons.py') 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() -- cgit v1.2.1