Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing setuptools to conda recipe #1418

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

pentschev
Copy link
Member

Conda builds are failing due to missing setuptools, this change add the missing dependency to fix the failure.

@pentschev pentschev added bug Something isn't working 3 - Ready for Review Ready for review by team non-breaking Non-breaking change labels Dec 17, 2024
@pentschev pentschev requested a review from a team as a code owner December 17, 2024 10:45
@pentschev pentschev requested a review from jameslamb December 17, 2024 10:45
@github-actions github-actions bot added the conda conda issue label Dec 17, 2024
@@ -30,6 +30,7 @@ requirements:
- python
- pip
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- setuptools
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- setuptools
- setuptools>=64.0.0

Let's please match the floor in

- setuptools>=64.0.0

Somewhere around the 64.0.0 release (don't remember exactly where) is where setuptools added support for pyproject.toml, which we rely on.

@jameslamb jameslamb self-requested a review December 17, 2024 14:18
Copy link
Member

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I think this will fix the issue you observed in https://github.com/rapidsai/dask-cuda/actions/runs/12366711202/job/34513856325.

And is appropriate given that setuptools is the backend for this package:

build-backend = "setuptools.build_meta"

I guess we must have been getting it transitively from other packages before.

@pentschev
Copy link
Member Author

Thanks @jameslamb !

@pentschev
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit 72b364b into rapidsai:branch-25.02 Dec 17, 2024
27 checks passed
@pentschev pentschev deleted the missing-conda-setuptools branch December 17, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working conda conda issue non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants