From 76a099794b10bb87c476e0f79cda1171c3d796fa Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 12 Jul 2020 21:01:44 -0500 Subject: [PATCH] Dangle pytential back to master in requirements.txt after array-context merge --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 818dd86c..97a59e39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,9 +13,9 @@ git+https://gitlab.tiker.net/inducer/pymbolic.git git+https://gitlab.tiker.net/inducer/loopy.git # 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@array-context +git+https://github.com/inducer/boxtree.git +git+https://github.com/inducer/sumpy.git +git+https://github.com/inducer/pytential.git # requires pymetis for tests for partition_mesh git+https://gitlab.tiker.net/inducer/pymetis.git -- GitLab