From 883bae739759ac528b2824fc8cb5cc7a77b1d114 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 29 Oct 2020 17:19:06 -0500 Subject: [PATCH] Update loopy pypi identifier --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8900766..f4f4869 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 2bae77a..9e3721a 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" ], -- GitLab