From 0e7d53160fcd959a600f02e45790f35ca6b00c44 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 15 Jun 2020 13:23:32 -0500 Subject: [PATCH] Re-dangle requirements.txt for branches of pyopencl, loopy, and pytential --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 62920342..9672411f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy git+https://gitlab.tiker.net/inducer/gmsh_interop.git git+https://gitlab.tiker.net/inducer/modepy.git -git+https://gitlab.tiker.net/inducer/pyopencl.git +git+https://gitlab.tiker.net/inducer/pyopencl.git@better-empty-handling git+https://gitlab.tiker.net/inducer/islpy.git @@ -9,12 +9,12 @@ git+https://gitlab.tiker.net/inducer/islpy.git git+https://gitlab.tiker.net/inducer/pymbolic.git # also depends on pymbolic, so should come after it -git+https://gitlab.tiker.net/inducer/loopy.git +git+https://gitlab.tiker.net/inducer/loopy.git@empty-ndrange-enqueue # more pytential dependencies git+https://gitlab.tiker.net/inducer/boxtree.git git+https://gitlab.tiker.net/inducer/sumpy.git -git+https://gitlab.tiker.net/inducer/pytential.git +git+https://gitlab.tiker.net/inducer/pytential.git@array-context # requires pymetis for tests for partition_mesh git+https://gitlab.tiker.net/inducer/pymetis.git -- GitLab