Skip to content

Commit

Permalink
Increase maximum UCX runtime pin to <1.18.0 (#712)
Browse files Browse the repository at this point in the history
Increase maximum UCX runtime pin to support UCX up to `v1.17.x`, but support `v1.15.0` and above until we gain confidence with newer UCX.

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

Approvers:
  - Mike Sarahan (https://github.com/msarahan)
  - James Lamb (https://github.com/jameslamb)
  - Ray Douglass (https://github.com/raydouglass)

URL: #712
  • Loading branch information
pentschev authored Aug 12, 2024
1 parent 0a26e06 commit 342e0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ numpy_version:
nvtx_version:
- '>=0.2.1,<0.3'
ucx_version:
- '>=1.15.0,<1.16.0'
- '>=1.15.0,<1.18.0'

0 comments on commit 342e0ee

Please sign in to comment.