Skip to content

Don't use fancy dependencies if not supported by setuptools

Duncan Macleod requested to merge github/fork/duncanmmacleod/spec-release into develop

This PR modifies setup.py to only use fancy dependency specification for matplotlib if the version of setuptools will support it. This should simplify the build for debian and RHEL packages.

Merge request reports