From 5da6f19336e39c7ed49cf9edd1836d51f827aba6 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 30 Aug 2019 21:54:42 -0500 Subject: [PATCH] Conda env file: Add cython for pytential --- .test-conda-env-py3.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index cd7ca6a9..26220a4b 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -12,6 +12,9 @@ dependencies: - pyopencl - islpy +# for Pytential +- cython + # Only needed to make pylint succeed - matplotlib -- GitLab