On Wed, 2 Feb 2011 22:35:03 -0500, Nicolas Pinto <[email protected]> wrote: > I may have missed something but I'm getting errors like the following > when running py.test on the git HEAD. > from pytools import match_precision > ImportError: cannot importa name match_precision > > The following solved the problem: > > diff --git a/setup.py b/setup.py > index 517f127..d4152b8 100644 > --- a/setup.py > +++ b/setup.py > @@ -316,7 +316,7 @@ def main(): > packages=["pycuda", "pycuda.gl", "pycuda.sparse"], > > install_requires=[ > - "pytools>=8", > + "pytools>=11", > "py>=1.0.0b7", > "decorator>=3.2.0" > ],
Thanks, committed. Andreas
pgpOcwhQHRhlj.pgp
Description: PGP signature
_______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
