From 3887eff0cf187e45048f9c70c1118edd988e6509 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl <alexfikl@gmail.com> Date: Fri, 21 May 2021 08:44:51 -0500 Subject: [PATCH] remove uneeded requirements --- requirements.txt | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1d70d21..a4cb402 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,9 @@ numpy -recursivenodes git+https://github.com/inducer/pytools.git#egg=pytools -git+https://github.com/inducer/gmsh_interop.git#egg=gmsh_interop -git+https://github.com/inducer/pyvisfile.git#egg=pyvisfile -git+https://github.com/inducer/modepy.git#egg=modepy +git+https://github.com/inducer/pymbolic.git#egg=pymbolic + git+https://github.com/inducer/pyopencl.git#egg=pyopencl git+https://github.com/inducer/islpy.git#egg=islpy -# required by pytential, which is in turn needed for some tests -git+https://github.com/inducer/pymbolic.git#egg=pymbolic - -# also depends on pymbolic, so should come after it git+https://github.com/inducer/loopy.git#egg=loopy - -# requires pymetis for tests for partition_mesh git+https://github.com/inducer/pytato.git#egg=pytato -- GitLab