This PR adds compatibility with the latest version of Pint, v0.24.3.
Improvements
- Support latest Pint, which includes recognizing more units and compatibility with latest numpy #222
Fixes
- We reworked packaging constraints to avoid a bad state. Pint 0.22 and 0.23 are incompatible with numpy > 2 but this is not constrained in Pint's pyproject.toml. This library itself is compatible with those individual releases, but blind
pip install
was wasn't protecting against this. #222
Full Changelog: v2.1.8...v2.1.9