From aca72e2580c3c64961af755c2ffd524c0e48b809 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Mon, 10 Aug 2015 23:09:52 -0500 Subject: [PATCH] Bump pytools, pymbolic dep for interning --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b3cefdac0..1f1ea6876 100644 --- a/setup.py +++ b/setup.py @@ -37,8 +37,8 @@ setup(name="loo.py", ], install_requires=[ - "pytools>=2014.2", - "pymbolic>=2014.1.1", + "pytools>=2015.1.3", + "pymbolic>=2015.2.1", "cgen>=2013.1.2", "islpy>=2014.2", "six", -- GitLab