For example, pyCalculations depends on `cbfmtsci` for formatting strings, which resides in pyPlots (... which import matplotlib), see e.g. here: https://github.com/fmihpc/analysator/blob/380989e7fa7a331fb90c7ac6c496ebec6397dec9/analysator/pyCalculations/variable.py#L26 This issue _might_ be mitigated by implementing lazy loading (https://github.com/fmihpc/analysator/issues/351).