From 6380cfd034a00378abe43dd88ca5dbb492abe6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Thu, 21 Jun 2018 20:32:11 -0400 Subject: [PATCH] WIP: [DO NOT MERGE] Test pytential against loopy's ensure-unpickles-equally-on-callbacks 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..105268a2 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@ensure-unpickles-equally-on-callbacks git+https://gitlab.tiker.net/inducer/sumpy git+https://github.com/inducer/meshmode diff --git a/requirements.txt b/requirements.txt index 8925c34e..a68f61bc 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@ensure-unpickles-equally-on-callbacks git+https://gitlab.tiker.net/inducer/boxtree git+https://github.com/inducer/meshmode git+https://gitlab.tiker.net/inducer/sumpy -- GitLab