From b96fde07c1fc63ad3124417d01cd54ce2943b0a8 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 3 Jul 2016 11:25:24 +0100 Subject: [PATCH] Tweak req.txt URLs --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 353a4d3f..cf26a979 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ numpy -git+https://github.com/inducer/islpy -git+https://github.com/pyopencl/pyopencl -git+https://github.com/inducer/loopy +git+https://github.com/inducer/islpy.git +git+https://github.com/pyopencl/pyopencl.git +git+https://github.com/inducer/loopy.git git+https://gitlab.tiker.net/inducer/dagrt.git git+https://gitlab.tiker.net/inducer/leap.git -git+https://github.com/inducer/meshpy -git+https://github.com/inducer/modepy -git+https://github.com/inducer/meshmode +git+https://github.com/inducer/meshpy.git +git+https://github.com/inducer/modepy.git +git+https://github.com/inducer/meshmode.git # mesh generation for tests meshpy -- GitLab