From ed2c945521683fb067d78c7e168b073429001883 Mon Sep 17 00:00:00 2001 From: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com> Date: Wed, 24 Aug 2022 10:21:56 -0400 Subject: [PATCH] Switch from `pin_compatible` to explicit exclusion of nightly versions --- recipe/meta.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 29b3d58..92e32f3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,18 +10,16 @@ source: sha256: 84f9f229e4fc6c0df8a23620f2b03f277b1bfb15a497603c704743443e38d420 build: - number: 2 + number: 3 noarch: python requirements: host: - python >=3.8 - - dask-core {{ version }} - - distributed {{ version }} run: - python >=3.8 - - {{ pin_compatible('dask-core', max_pin='x.x.x') }} - - {{ pin_compatible('distributed', max_pin='x.x.x') }} + - dask-core {{ version }}.*,!={{ version }}a.* + - distributed {{ version }}.*,!={{ version }}a.* - cytoolz >=0.8.2 - lz4 - numpy >=1.18