From 0aaba487d7a27cb9623b0e7dd1e141bef72509f2 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 5 Aug 2020 06:20:05 +0200 Subject: [PATCH] required packages --- python/setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/setup.py b/python/setup.py index 798d8e4bf..360918b38 100644 --- a/python/setup.py +++ b/python/setup.py @@ -20,6 +20,8 @@ setuptools.setup( "scipy", "h5py", "vtk", + "matplotlib", + "PIL", ], classifiers = [ "Intended Audience :: Science/Research",