From 05f70cfcec4d4903a255cad6e8080dc06eee4d56 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Mon, 26 May 2014 00:29:50 -0500 Subject: [PATCH] Require new pytools in anticipation of yuyichao's changes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 55f8fcfd..500f166e 100644 --- a/setup.py +++ b/setup.py @@ -201,7 +201,7 @@ def main(): packages=["pyopencl", "pyopencl.characterize", "pyopencl.compyte"], install_requires=[ - "pytools>=2013.5.2", + "pytools>=2014.2", "pytest>=2", "decorator>=3.2.0", # "Mako>=0.3.6", -- GitLab