From c4812b73a91ffeeba236b739209a46d6d4fc7d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Mon, 13 Aug 2018 16:33:22 -0400 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6d1e4cce..06e14803 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy git+git://github.com/inducer/pymbolic sympy==1.1.1 git+https://github.com/inducer/modepy -git+https://github.com/inducer/pyopencl +git+https://gitlab.tiker.net/inducer/pyopencl@pybind11 git+https://github.com/inducer/islpy git+https://github.com/inducer/loopy git+https://gitlab.tiker.net/inducer/boxtree -- GitLab From dd92a479d6cf6e32aea146e65cc55c4b4c5c237d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Mon, 13 Aug 2018 16:48:18 -0400 Subject: [PATCH 2/2] Add pybind11 dep to req.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 06e14803..5faed031 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ numpy git+git://github.com/inducer/pymbolic sympy==1.1.1 +pybind11 git+https://github.com/inducer/modepy git+https://gitlab.tiker.net/inducer/pyopencl@pybind11 git+https://github.com/inducer/islpy -- GitLab