From 7f1e78d3203ebda771f9df3a614297bc04750e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Fri, 29 Oct 2021 00:03:30 -0500 Subject: [PATCH] Add explicit pymbolic dep in requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 807473e..a9cf2c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ git+https://github.com/inducer/pytools.git#egg=pytools >= 2021.1 +git+https://github.com/inducer/pymbolic.git#egg=pymbolic git+https://github.com/inducer/genpy.git#egg=genpy git+https://github.com/inducer/loopy.git#egg=loopy -- GitLab