ansys / pyedb

pyedb is a Python library to use the EDB client library.
https://edb.docs.pyansys.com/
MIT License
3 stars 0 forks source link

FIX: protect import from matplotlib #376

Closed isaacansys closed 3 weeks ago

isaacansys commented 3 weeks ago

Protect the import of matplotlib.colors in pyedb.dotnet.edb_core.stackup to avoid import errors when users install only the base dependency set, which does not include matplotlib.

Fixes #351