PyDTMC icon indicating copy to clipboard operation
PyDTMC copied to clipboard

Dependency on old matplotlib version

Open MBradbury opened this issue 11 months ago • 0 comments

PyDTMC forces a dependency on an old matplotlib version (https://github.com/TommasoBelluzzo/PyDTMC/blob/master/setup.cfg#L60). This has knock on effects in terms of the numpy and scipy versions that can be installed.

It would be useful to either:

  1. Remove the requirement on version 3.7.3 of matplotlib, or
  2. Make matplotlib an optional dependency for users who do not use the plotting features of PyDTMC.

MBradbury avatar Feb 06 '25 08:02 MBradbury