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

Fix pip dependencies #169

Merged
merged 6 commits into from
Jan 19, 2024
Merged

Conversation

trxcllnt
Copy link
Contributor

  • Move conda-only dependencies out of pyproject and requirements sections in dependencies.yaml
  • Add rmm, cudf, and cupy matrices

@trxcllnt trxcllnt requested review from a team as code owners January 18, 2024 21:57
@trxcllnt trxcllnt added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Jan 18, 2024
dependencies.yaml Outdated Show resolved Hide resolved
@@ -41,7 +41,7 @@ classifiers = [
test = [
"cloudpickle",
"cudf==24.2.*",
"cupy",
"cupy-cuda11x>=12.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

We're inconsistent in how we handle cudf/cupy fallback. This is a problem across basically all of RAPIDS, so it'd be good for us to unify our approaches.

If we need cupy-cuda11x here, we would probably want cudf-cu11 as well. For all RAPIDS packages we've been falling back to the "conda name" but we've been falling back to the "CUDA 11 pip name" for cupy. We should do one of:

  • use cudf and cupy
  • use cudf-cu11 and cupy-cuda11x

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm using the "conda name" here because it works automatically when building the repos from source.

Copy link
Contributor

Choose a reason for hiding this comment

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

Gotcha. I wondered about that. We can leave this as-is, then.

Co-authored-by: Bradley Dice <bdice@bradleydice.com>
@bdice
Copy link
Contributor

bdice commented Jan 18, 2024

/merge

@rapids-bot rapids-bot bot merged commit 611fc11 into rapidsai:branch-0.36 Jan 19, 2024
19 checks passed
@trxcllnt trxcllnt deleted the fix/pip-dependencies branch January 22, 2024 02:52
jameslamb pushed a commit to jameslamb/ucxx that referenced this pull request Jan 22, 2024
* Move conda-only dependencies out of `pyproject` and `requirements` sections in `dependencies.yaml`
* Add `rmm`, `cudf`, and `cupy` matrices

Authors:
  - Paul Taylor (https://github.com/trxcllnt)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Peter Andreas Entschev (https://github.com/pentschev)
  - Ray Douglass (https://github.com/raydouglass)

URL: rapidsai#169
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants