From 72b364bd47b2fcbf31b42104dc900e746af9a47e Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Tue, 17 Dec 2024 16:34:31 +0100 Subject: [PATCH] Add missing `setuptools` to conda recipe (#1418) Conda builds are failing due to missing `setuptools`, this change add the missing dependency to fix the failure. Authors: - Peter Andreas Entschev (https://github.com/pentschev) - James Lamb (https://github.com/jameslamb) Approvers: - James Lamb (https://github.com/jameslamb) - Bradley Dice (https://github.com/bdice) URL: https://github.com/rapidsai/dask-cuda/pull/1418 --- conda/recipes/dask-cuda/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/recipes/dask-cuda/meta.yaml b/conda/recipes/dask-cuda/meta.yaml index eba1a4fc..682a2ff0 100644 --- a/conda/recipes/dask-cuda/meta.yaml +++ b/conda/recipes/dask-cuda/meta.yaml @@ -30,6 +30,7 @@ requirements: - python - pip - rapids-build-backend>=0.3.0,<0.4.0.dev0 + - setuptools>=64.0.0 run: - python {% for r in data["project"]["dependencies"] %}