diff --git a/requirements.txt b/requirements.txt index 89007665330e9389aeb9c683b778215e3135b1b2..f4f4869ddb19e72ac7935d72833dc17e18a0b02d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -git+https://github.com/inducer/pytools.git -git+https://github.com/inducer/loopy.git +git+https://github.com/inducer/pytools.git#egg=pytools +git+https://github.com/inducer/loopy.git@egg=loopy diff --git a/setup.py b/setup.py index 2bae77aaeb9148f230fa3ea502a73d0d77023414..9e3721ab61a919465bbeb36f4a412960411343e2 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup(name="pytato", python_requires="~=3.8", install_requires=[ - "loo.py", + "loopy>=2020.2", "pytools>=2020.4.2" ],