From 1703125321fccf4f445dd9a8ade5c021e8669714 Mon Sep 17 00:00:00 2001 From: anki-xyz Date: Fri, 11 Dec 2020 15:17:10 +0100 Subject: [PATCH] adjusted setup for colormaps --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a4e874b..9484f2a 100644 --- a/setup.py +++ b/setup.py @@ -6,4 +6,4 @@ author='Andreas Kist', author_email='me@anki.xyz', packages=find_packages(), - install_requires=['numpy', 'Pillow', 'numba', 'matplotlib']) \ No newline at end of file + install_requires=['numpy', 'Pillow', 'numba', 'matplotlib', 'colour']) \ No newline at end of file