diff --git a/conda/recipes/dask-cuda/meta.yaml b/conda/recipes/dask-cuda/meta.yaml index 682a2ff0f..77c6186d0 100644 --- a/conda/recipes/dask-cuda/meta.yaml +++ b/conda/recipes/dask-cuda/meta.yaml @@ -29,8 +29,9 @@ requirements: host: - python - pip - - rapids-build-backend>=0.3.0,<0.4.0.dev0 - - setuptools>=64.0.0 + {% for r in data["build-system"]["requires"] %} + - {{ r }} + {% endfor %} run: - python {% for r in data["project"]["dependencies"] %}