From 9b3ab4c1b001ea9e74e8fdaf3a0e2881841e8300 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:47:51 +0000 Subject: [PATCH 1/3] Initial plan From 4c522fdc6102832a3d88f945b4a694c1f06e5e73 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:49:01 +0000 Subject: [PATCH 2/3] Switch from dask to dask-core in conda dependency files Co-authored-by: xylar <4179064+xylar@users.noreply.github.com> --- conda_package/dev-spec.txt | 2 +- conda_package/pixi.toml | 2 +- conda_package/recipe/recipe.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda_package/dev-spec.txt b/conda_package/dev-spec.txt index 7e3ee4fbf..11d330852 100644 --- a/conda_package/dev-spec.txt +++ b/conda_package/dev-spec.txt @@ -5,7 +5,7 @@ python>=3.11 cartopy cmocean -dask +dask-core geometric_features>=1.6.3,<2.0.0 h5py hdf5 diff --git a/conda_package/pixi.toml b/conda_package/pixi.toml index cf9536a7b..9a4ae2940 100644 --- a/conda_package/pixi.toml +++ b/conda_package/pixi.toml @@ -7,7 +7,7 @@ platforms = ["linux-64", "osx-64"] python = ">=3.11" cartopy = "*" cmocean = "*" -dask = "*" +dask-core = "*" geometric_features = ">=1.6.3,<2.0.0" h5py = "*" hdf5 = "*" diff --git a/conda_package/recipe/recipe.yaml b/conda_package/recipe/recipe.yaml index 3c15cf73d..1302cc298 100644 --- a/conda_package/recipe/recipe.yaml +++ b/conda_package/recipe/recipe.yaml @@ -44,7 +44,7 @@ requirements: - python - cartopy - cmocean - - dask + - dask-core - geometric_features >=1.6.3,<2.0.0 - h5py - inpoly From 94392f11f2c3361ddb61eb635645ecf6eba8992f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 20 Aug 2026 14:30:30 +0000 Subject: [PATCH 3/3] Add jinja2 as a runtime dependency and pyyaml as test dependency in recipe.yaml Co-authored-by: xylar <4179064+xylar@users.noreply.github.com> --- conda_package/dev-spec.txt | 1 + conda_package/pixi.toml | 1 + conda_package/pyproject.toml | 1 + conda_package/recipe/recipe.yaml | 2 ++ 4 files changed, 5 insertions(+) diff --git a/conda_package/dev-spec.txt b/conda_package/dev-spec.txt index 11d330852..51838acb1 100644 --- a/conda_package/dev-spec.txt +++ b/conda_package/dev-spec.txt @@ -7,6 +7,7 @@ cartopy cmocean dask-core geometric_features>=1.6.3,<2.0.0 +jinja2 h5py hdf5 inpoly diff --git a/conda_package/pixi.toml b/conda_package/pixi.toml index 9a4ae2940..316f3c6a9 100644 --- a/conda_package/pixi.toml +++ b/conda_package/pixi.toml @@ -9,6 +9,7 @@ cartopy = "*" cmocean = "*" dask-core = "*" geometric_features = ">=1.6.3,<2.0.0" +jinja2 = "*" h5py = "*" hdf5 = "*" inpoly = "*" diff --git a/conda_package/pyproject.toml b/conda_package/pyproject.toml index 72ce2c126..6cf26b4c8 100644 --- a/conda_package/pyproject.toml +++ b/conda_package/pyproject.toml @@ -57,6 +57,7 @@ dependencies = [ "dask", "h5py", "inpoly", + "jinja2", "matplotlib >=3.9.0", "netcdf4", "networkx", diff --git a/conda_package/recipe/recipe.yaml b/conda_package/recipe/recipe.yaml index 1302cc298..28497982d 100644 --- a/conda_package/recipe/recipe.yaml +++ b/conda_package/recipe/recipe.yaml @@ -46,6 +46,7 @@ requirements: - cmocean - dask-core - geometric_features >=1.6.3,<2.0.0 + - jinja2 - h5py - inpoly - matplotlib-base >=3.9.0 @@ -130,6 +131,7 @@ tests: requirements: run: - pytest + - pyyaml - requests files: source: