diff --git a/changelog/290.trivial.md b/changelog/290.trivial.md new file mode 100644 index 0000000..c6d5403 --- /dev/null +++ b/changelog/290.trivial.md @@ -0,0 +1 @@ +Change pint version to >=0.24.4 because there is an issue with version 0.24.3 diff --git a/setup.cfg b/setup.cfg index 0df00f5..22f7faa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ install_requires = attrs>=23 xarray>=2024.09 numbagg>=0.8.1 - pint>=0.24 + pint>=0.24.4 pint_xarray>=0.4 numpy>=1.26,<2 pandas>=2.2.2