From 70c7a2955cb81cce9a4f79afc917ba850459343f Mon Sep 17 00:00:00 2001 From: Eoghan O'Connell Date: Sat, 27 Nov 2021 17:36:30 +0100 Subject: [PATCH] allow latest matplotlib version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d94efb..4c26cb0 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ 'glob2', 'hyperspy', 'numpy', - 'matplotlib==3.4.3', + 'matplotlib', 'matplotlib-scalebar', 'pandas', 'periodictable',