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

Template Conda recipe's requirements/host #1425

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

jakirkham
Copy link
Member

Pull in build dependencies from pyproject.toml into Conda's meta.yaml.

Pull in build dependencies from `pyproject.toml` into Conda's
`meta.yaml`.
@jakirkham jakirkham requested a review from a team as a code owner January 17, 2025 21:25
@jakirkham jakirkham requested a review from raydouglass January 17, 2025 21:25
@github-actions github-actions bot added the conda conda issue label Jan 17, 2025
@jakirkham jakirkham added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change conda conda issue and removed conda conda issue labels Jan 17, 2025
@jakirkham jakirkham requested a review from pentschev January 18, 2025 00:18
@@ -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"] %}
Copy link
Member

Choose a reason for hiding this comment

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

Where is build-system defined? Is it read from

[build-system]
build-backend = "rapids_build_backend.build"
requires = [
"rapids-build-backend>=0.3.0,<0.4.0dev0",
"setuptools>=64.0.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yep exactly

Copy link
Member

@pentschev pentschev left a comment

Choose a reason for hiding this comment

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

Left a question for my own understanding, but otherwise LGTM. Thanks @jakirkham .

@pentschev
Copy link
Member

Thanks John!

@pentschev
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 19efb50 into rapidsai:branch-25.02 Jan 22, 2025
34 checks passed
@jakirkham jakirkham deleted the tmpl_conda_req_host branch January 22, 2025 20:37
@jakirkham
Copy link
Member Author

Thanks Peter and Ray! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conda conda issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants