From 43492aaa961c1447e2917acb9308960b161ae178 Mon Sep 17 00:00:00 2001 From: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com> Date: Fri, 19 Aug 2022 14:24:53 -0400 Subject: [PATCH] Use `pin_constrained` to exclude nightly versions --- recipe/meta.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c9028ed..c5b825c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -16,10 +16,12 @@ build: requirements: host: - python >=3.8 + - dask-core {{ version }} + - distributed {{ version }} run: - python >=3.8 - - dask-core {{ version }}.*,!={{ version }}a.* - - distributed {{ version }}.*,!={{ version }}a.* + - {{ pin_compatible('dask-core', max_pin='x.x.x') }} + - {{ pin_compatible('distributed', max_pin='x.x.x') }} - cytoolz >=0.8.2 - lz4 - numpy >=1.18