scipp / scippneutron

Neutron scattering toolkit built using scipp for Data Reduction. Not facility or instrument specific.
https://scipp.github.io/scippneutron/
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

deps: add matplotlib #496

Closed jokasimr closed 6 months ago

jokasimr commented 6 months ago

Fixes #495

The alternative solution would be to treat matplotlib as an optional dependency, and only run the tests that use it if it is installed.

jl-wynen commented 6 months ago

The alternative solution would be to treat matplotlib as an optional dependency, and only run the tests that use it if it is installed.

It should be optional just like in scipp. Can you instead add it in basetest.in?