Skip to content

Commit

Permalink
Force using new rmm for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Feb 3, 2025
1 parent 4bb00ef commit edc6f63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conda/recipes/ucxx/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ outputs:
- {{ pin_subpackage('libucxx', exact=True) }}
- ucx
- rapids-build-backend >=0.3.0,<0.4.0.dev0
- rmm {{ rapids_version }}
# TODO: Remove after testing
- rmm =25.04.00a27
- cuda-version {{ cuda_version }}
run:
- python * *_cpython
Expand All @@ -226,7 +227,8 @@ outputs:
{% endif %}
- ucx >=1.15.0,<1.19.0
- {{ pin_subpackage('libucxx', exact=True) }}
- {{ pin_compatible('rmm', max_pin='x.x') }}
# TODO: Remove after testing
- rmm =25.04.00a27
- numpy >=1.23,<3.0a0
- pynvml >=12.0.0,<13.0.0a0
run_constrained:
Expand Down

0 comments on commit edc6f63

Please sign in to comment.