From 9e48fa72cc0eb0adb7cee8a3f4bacab195f65085 Mon Sep 17 00:00:00 2001 From: veenstrajelmer Date: Mon, 5 Feb 2024 15:10:48 +0100 Subject: [PATCH] comment --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b53d8c96c..ad2a52db0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "contextily>=1.0.0", #xarray<2023.9.0 does not support multidimensional coordinates (used in e.g. HIRLAM meteo data) "xarray>=2023.9.0", - #dask is aligned with xarray, no particular reason + #dask version is aligned with xarray "dask>=2023.9.0", #netcdf4<1.5.4 pip install fails in py39 "netcdf4>=1.5.4",