From ef5399ade5b7fb3d36986f768fb255a6d8ccb6c6 Mon Sep 17 00:00:00 2001
From: caron <j.caron@fz-juelich.de>
Date: Wed, 4 Mar 2020 09:41:17 +0100
Subject: [PATCH] Removed hyperspy from [all] installations. Hyperspy depends
 on traits which doesn't have wheels on PyPI, so they would need to be
 compiled during installation (needs 4.3GB of stuff...)

---
 setup.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 9bc36ea..3fb8bbb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -61,10 +61,11 @@ fftw =
 colors =
     cmocean
 all =
-    hyperspy
     pyfftw
     cmocean
-
+# TODO: pip install .[io] is not working because hyperspy depends on trait which has no wheels on PyPI at the moment...
+# TODO: See https://github.com/hyperspy/hyperspy/issues/2315 and https://github.com/enthought/traits/issues/357
+# TODO: Add hyperspy back as soon (if?) this is resolved... Until then: install hyperspy with conda!
 
 # CONFIGURATION FOR TESTING:
 
-- 
GitLab