From 69e2a188f72825cf4627148691bbeb54052c145f Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 25 May 2021 20:46:50 +0100 Subject: [PATCH] Added PyEVTK and jinja2 (required for templating) --- conda_env.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/conda_env.yml b/conda_env.yml index 6ae370a1..632e80e5 100644 --- a/conda_env.yml +++ b/conda_env.yml @@ -7,6 +7,7 @@ dependencies: - colorama - cython - h5py +- jinja2 - jupyter - matplotlib - numpy @@ -15,7 +16,9 @@ dependencies: - scipy - pip: - - terminaltables - - tqdm - mpi4py - pycuda + - pyopencl + - terminaltables + - tqdm + - git+https://github.com/craig-warren/PyEVTK.git