From 07a2a545d407c9bf6f85555cd1759fba636bd4ed Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Tue, 28 Aug 2018 23:31:03 -0500 Subject: [PATCH] update dependencies --- asv.conf.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/asv.conf.json b/asv.conf.json index 9632c4fb..b895b9e3 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -68,13 +68,13 @@ // }, "matrix": { "numpy" : [""], - "sympy" : ["1.0"], - "pyopencl" : [""], - "islpy" : [""], - "pocl" : [""], + "sympy" : ["1.1.1"], "pip+git+https://github.com/inducer/pymbolic#egg=pymbolic": [""], + "pip+git+https://github.com/inducer/islpy#egg=islpy": [""], + "pip+git+https://github.com/inducer/pyopencl#egg=pyopencl": [""], "pip+git+https://gitlab.tiker.net/inducer/boxtree#egg=boxtree": [""], "pip+git+https://github.com/inducer/loopy#egg=loopy": [""], + "pip+git+https://github.com/inducer/pyfmmlib#egg=pyfmmlib": [""], }, // Combinations of libraries/python versions can be excluded/included -- GitLab