Closed cthoyt closed 4 months ago
The main functionality of this package actually doesn't use several of the currently listed requirements, so I reorganized them.
matplotlib
nox
pytest
scipy
pooch
Yes, this makes a lot of sense; we don't want bloated dependencies.
The main functionality of this package actually doesn't use several of the currently listed requirements, so I reorganized them.
matplotlib
is used for some of the examples, so I made an optional groupnox
is used to run the tests, but itself takes care of specifying the requirements for its environments, so they don't have to be configured herepytest
,scipy
,pooch
are used in tests so I made an optional group to define these and upstreamed it from the noxfile