diff --git a/pyproject.toml b/pyproject.toml index a0ceba6..f9a9859 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.10, <3.13" # Python 3.13 is not supported yet. See https: dependencies = [ "numpy>=2.1.2", "pandas>=2.2.3", - "pint==0.24.3", # lock pint version to avoid breaking changes + "pint==0.24.4", # lock pint version to avoid breaking changes "scipy>=1.14.1", ] maintainers = [