diff --git a/pyproject.toml b/pyproject.toml index 319bb2c..28cbf74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "python-geotiepoints>=1.1.8", "scipy>=0.8.0", "packaging", - "xarray" + "xarray>=2024.1.0" ] readme = "README.md" requires-python = ">=3.8"