diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index eb7c3ddbc09c7ab0a82d08631f1562efadf53dc3..208f46e08e143d69f8d6e3155ceba553e57f7678 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 diff --git a/requirements.txt b/requirements.txt index 072cc9cef91b172b21b0a67484cab5274af04c3b..42ee76a79a7fd76d7edafd9308b3f09f3cc5f5e6 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