From 8d4adebea26cd930016ab39f01f8928b7ec96549 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 6 Oct 2020 17:46:34 +0200 Subject: [PATCH] pyaml is now needed --- python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.py b/python/setup.py index ac2363160..19fbdcd13 100644 --- a/python/setup.py +++ b/python/setup.py @@ -21,6 +21,7 @@ setuptools.setup( "h5py", # requires numpy "vtk", "matplotlib", # requires numpy, pillow + "pyaml" ], classifiers = [ "Intended Audience :: Science/Research",