From 551a33bcf4b2ecc5c3380d2f10fedf08c3ee7013 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 21 Apr 2017 20:12:08 -0500 Subject: [PATCH] Fix incorrect pymbolic git URL in req.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d1d17fa..6e23ae95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy sympy==1.0 -git+https://github.com/pyopencl/pymbolic +git+https://github.com/inducer/pymbolic git+https://github.com/inducer/islpy git+https://github.com/pyopencl/pyopencl git+https://github.com/inducer/boxtree -- GitLab