Skip to content

Commit

Permalink
Update UCX pin, remove now redundant ucx-proc dependency (#686)
Browse files Browse the repository at this point in the history
Update UCX pin to require `ucx>=1.14.1` and remove the `ucx-proc` dependency which is now redundant as all newer UCX builds include CUDA support.

Authors:
  - Peter Andreas Entschev (https://github.com/pentschev)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #686
  • Loading branch information
pentschev authored Oct 12, 2023
1 parent b805b7c commit af98e3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion conda/recipes/rapids/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ requirements:
{% if cuda_major == "11" %}
- ptxcompiler # CUDA enhanced compat. See https://github.com/rapidsai/ptxcompiler
{% endif %}
- conda-forge::ucx-proc=*=gpu
- conda-forge::ucx {{ ucx_version }}

test:
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ numpy_version:
nvtx_version:
- '>=0.2.1,<0.3'
ucx_version:
- '>=1.12.1'
- '>=1.14.1'

0 comments on commit af98e3f

Please sign in to comment.