diff --git a/requirements.txt b/requirements.txt index 97a59e396188c073a0942955f361fc43c8d51f23..4c3ff3392cea23471a0778e46ae7625bd6b7094e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,21 @@ numpy -git+https://gitlab.tiker.net/inducer/pytools.git -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/islpy.git +git+https://gitlab.tiker.net/inducer/pytools.git#egg=pytools +git+https://gitlab.tiker.net/inducer/gmsh_interop.git#egg=gmsh_interop +git+https://gitlab.tiker.net/inducer/modepy.git#egg=modepy +git+https://gitlab.tiker.net/inducer/pyopencl.git#egg=pyopencl +git+https://gitlab.tiker.net/inducer/islpy.git#egg=islpy # required by pytential, which is in turn needed for some tests -git+https://gitlab.tiker.net/inducer/pymbolic.git +git+https://gitlab.tiker.net/inducer/pymbolic.git#egg=pymbolic # 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#egg=loo.py # more pytential dependencies -git+https://github.com/inducer/boxtree.git -git+https://github.com/inducer/sumpy.git -git+https://github.com/inducer/pytential.git +git+https://github.com/inducer/boxtree.git#egg=boxtree +git+https://github.com/inducer/sumpy.git#egg=sumpy +git+https://github.com/inducer/pytential.git#pytential # requires pymetis for tests for partition_mesh -git+https://gitlab.tiker.net/inducer/pymetis.git +git+https://gitlab.tiker.net/inducer/pymetis.git#egg=pymetis