From 4c8edce02946892c7b3a0e228c73674d7a3e4244 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Tue, 17 Dec 2024 02:40:30 -0800 Subject: [PATCH] Add missing setuptools to conda recipe --- 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..f1e209b2 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 run: - python {% for r in data["project"]["dependencies"] %}