From 2e1701e2ce83ca64f9e1023f86002e562668fb03 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 14 Jul 2020 18:11:32 -0500 Subject: [PATCH 1/2] Add #egg= markers to requirements.txt --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 072cc9ce..42ee76a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ numpy sympy==1.1.1 pyrsistent -git+https://github.com/inducer/pytools -git+https://github.com/inducer/pymbolic -git+https://github.com/inducer/islpy -git+https://github.com/inducer/pyopencl -git+https://gitlab.tiker.net/inducer/boxtree -git+https://github.com/inducer/loopy -git+https://github.com/inducer/pyfmmlib +git+https://github.com/inducer/pytools#egg=pytools +git+https://github.com/inducer/pymbolic#egg=pymbolic +git+https://github.com/inducer/islpy#egg=islpy +git+https://github.com/inducer/pyopencl#egg=pyopencl +git+https://github.com/inducer/boxtree#egg=boxtree +git+https://github.com/inducer/loopy#egg=loo.py +git+https://github.com/inducer/pyfmmlib#egg=pyfmmlib -- GitLab From 6599392887e36f0126d865904e7fa92cb85812ee Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 14 Jul 2020 18:11:39 -0500 Subject: [PATCH 2/2] Delete pip packages from conda env --- .test-conda-env-py3.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index eb7c3ddb..208f46e0 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -15,10 +15,3 @@ dependencies: - python-symengine=0.6.0 - pyfmmlib - pyrsistent - -- pip -- pip: - - git+https://github.com/inducer/pytools - - git+https://gitlab.tiker.net/inducer/boxtree - - git+https://github.com/inducer/pymbolic - - git+https://github.com/inducer/loopy -- GitLab