evalf / nutils

The nutils project
http://www.nutils.org/
MIT License
88 stars 48 forks source link

fix pyproject version constraints #849

Closed gertjanvanzwieten closed 7 months ago

gertjanvanzwieten commented 7 months ago

The pyproject.toml contained '~=' version constraints which had the unintended effect of pinning dependencies to specific versions. This patch changes the notation to >=,< combinations. Additionally, the separate (optional) dependency for pillow is removed in favour of requiring matplotlib 3.3, which introduced it as a hard dependency.