From 5d0c7e909770eecc2da235885cb1afbdc296879c Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:46:13 +0100 Subject: [PATCH] MAINT: Fix notation on python_min PR #2544 was incomplete --- .github/ci/recipe.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ci/recipe.yaml b/.github/ci/recipe.yaml index bea38a26c..7416a211d 100644 --- a/.github/ci/recipe.yaml +++ b/.github/ci/recipe.yaml @@ -22,14 +22,14 @@ build: requirements: host: - - python {{python_min}}.* + - python ${{python_min}}.* - pip - setuptools - setuptools_scm - setuptools_scm_git_archive - wheel run: - - python >={{ python_min }} + - python >=${{ python_min }} - cftime >=1.6.3 - dask >=2024.5.1 - netcdf4 >=1.7.2