From 14523cf7604b4a94791cf7eb8a864635ffd9bd9d Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 18 Jan 2016 13:30:52 -0600
Subject: [PATCH] Bump pymbolic depdency to fix dealing with Min/Max

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 5eea0c3aa..08bb10b10 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ setup(name="loo.py",
 
       install_requires=[
           "pytools>=2016.1",
-          "pymbolic>=2016.1",
+          "pymbolic>=2016.1.1",
           "cgen>=2016.1",
           "islpy>=2016.1",
           "six>=1.8.0",
-- 
GitLab