From 78127ee1eb2ba4e5f7713dfe456e4b5421d0c50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Wed, 27 Jun 2018 12:23:25 -0400 Subject: [PATCH] Try CI with loopy kernel-callables-v3 branch --- .test-conda-env-py3-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.test-conda-env-py3-requirements.txt b/.test-conda-env-py3-requirements.txt index fa6c0426..ca98429f 100644 --- a/.test-conda-env-py3-requirements.txt +++ b/.test-conda-env-py3-requirements.txt @@ -1,5 +1,5 @@ git+https://gitlab.tiker.net/inducer/boxtree git+https://github.com/inducer/pymbolic -git+https://github.com/inducer/loopy +git+https://gitlab.tiker.net/inducer/loopy@kernel_callables_v3 git+https://gitlab.tiker.net/inducer/sumpy git+https://github.com/inducer/meshmode diff --git a/requirements.txt b/requirements.txt index 8925c34e..dbbd8170 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ sympy==1.0 git+https://github.com/inducer/modepy git+https://github.com/inducer/pyopencl git+https://github.com/inducer/islpy -git+https://github.com/inducer/loopy +git+https://gitlab.tiker.net/inducer/loopy@kernel_callables_v3 git+https://gitlab.tiker.net/inducer/boxtree git+https://github.com/inducer/meshmode git+https://gitlab.tiker.net/inducer/sumpy -- GitLab