From 35999f37b9781255bf3d99fb0e29b4ca38d5cec8 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Wed, 2 Dec 2020 20:20:58 -0600 Subject: [PATCH 1/2] point to modern modepy branches --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 48627bae5..15d51cd33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,11 +2,11 @@ numpy git+git://github.com/inducer/pytools.git#egg=pytools git+git://github.com/inducer/pymbolic.git#egg=pymbolic sympy==1.1.1 -git+https://github.com/inducer/modepy.git#egg=modepy +git+https://github.com/alexfikl/modepy.git@tensor-face-mass-matrix#egg=modepy git+https://github.com/inducer/pyopencl.git#egg=pyopencl git+https://github.com/inducer/islpy.git#egg=islpy git+https://github.com/inducer/loopy.git#egg=loopy git+https://github.com/inducer/boxtree.git#egg=boxtree -git+https://github.com/inducer/meshmode.git#egg=meshmode +git+https://github.com/alexfikl/meshmode.git@tensor-product-additions#egg=meshmode git+https://github.com/inducer/sumpy.git#egg=sumpy git+https://github.com/inducer/pyfmmlib.git#egg=pyfmmlib From 3e7bc9005525849233afbbe7f98e21f3de0812ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Thu, 10 Dec 2020 18:35:53 -0600 Subject: [PATCH 2/2] Point modepy back to master in req.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15d51cd33..53cf0c49b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy git+git://github.com/inducer/pytools.git#egg=pytools git+git://github.com/inducer/pymbolic.git#egg=pymbolic sympy==1.1.1 -git+https://github.com/alexfikl/modepy.git@tensor-face-mass-matrix#egg=modepy +git+https://github.com/inducer/modepy.git#egg=modepy git+https://github.com/inducer/pyopencl.git#egg=pyopencl git+https://github.com/inducer/islpy.git#egg=islpy git+https://github.com/inducer/loopy.git#egg=loopy