From a161721bd85c9141383ddd530bc8d4a8e5a35d35 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 14 Jul 2020 18:15:20 -0500 Subject: [PATCH 1/2] Add #egg= markers to requirements.txt --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6241013..8da80fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ numpy -git+https://github.com/inducer/pyopencl -git+https://github.com/inducer/pymbolic -git+https://github.com/inducer/islpy -git+https://github.com/inducer/loopy -git+https://gitlab.tiker.net/inducer/pyfmmlib +git+https://github.com/inducer/pyopencl#egg=pyopencl +git+https://github.com/inducer/pymbolic#egg=pymbolic +git+https://github.com/inducer/islpy#egg=islpy +git+https://github.com/inducer/loopy#egg=loo.py +git+https://gitlab.tiker.net/inducer/pyfmmlib#egg=pyfmmlib # only for reference values for the fmmlib test -# (unable to use--circular dep) +# (unable to use---circular dep) # git+https://github.com/inducer/sumpy -- GitLab From dcd5959bd12a5c06794373cf8dc4f8d47b6cbf9a Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 14 Jul 2020 18:15:24 -0500 Subject: [PATCH 2/2] Delete pip packages from conda env --- .test-conda-env-py3.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index 4f85d4e..73763c8 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -16,12 +16,3 @@ dependencies: # Only needed to make pylint succeed - matplotlib - -- pip -- pip: - - git+https://github.com/inducer/pymbolic - - git+https://github.com/inducer/loopy - - # only for reference values for the fmmlib test - # (unable to use--circular dep) - # git+https://github.com/inducer/sumpy -- GitLab