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

Remove ucx-proc conda dependency #142

Open
4 tasks
jameslamb opened this issue Jan 24, 2025 · 0 comments
Open
4 tasks

Remove ucx-proc conda dependency #142

jameslamb opened this issue Jan 24, 2025 · 0 comments
Assignees

Comments

@jameslamb
Copy link
Member

jameslamb commented Jan 24, 2025

Description

It should be possible for RAPIDS projects to stop depending on the ucx-proc package from conda-forge.

The package no longer has a corresponding feedstock building it... it was removed in conda-forge/ucx-split-feedstock#111. See @pentschev 's comments in rapidsai/ucxx#280 (comment)

One thing you don't need to do anymore is provide ucx-proc==cpu, conda-forge/ucx-split-feedstock#111, which is determined at runtime.*

The minimum UCX version RAPIDS supports today is 1.15.0 (code link), so it's safe to make this change.

Benefits of this work

  • faster conda solves
  • reduces risk of conflicts in environment solves

Acceptance Criteria

  • no RAPIDS projects have direct dependencies on ucx-proc packages

Approach

Search for references via https://github.com/search?q=org%3Arapidsai%20%22ucx-proc%22%20AND%20NOT%20is%3Aarchived&type=code

Update the task list below and remove those references.

Updates

Preview Give feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant