Skip to content

Commit

Permalink
Add missing setuptools to conda recipe (#1418)
Browse files Browse the repository at this point in the history
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: #1418
  • Loading branch information
pentschev authored Dec 17, 2024
1 parent d70f28d commit 72b364b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/dask-cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] %}
Expand Down

0 comments on commit 72b364b

Please sign in to comment.