Skip to content

Commit

Permalink
Merge branch 'branch-0.42' into increase-ucx-upper-pin-to-1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jan 22, 2025
2 parents 5ccb53e + f26e14f commit d0f3f70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ dependencies:
- cloudpickle
- rapids-dask-dependency==25.2.*,>=0.0.0a0
- distributed
- numba>=0.57
- numba>=0.59.1,<0.61.0a0
- pytest==7.*
- pytest-asyncio
- pytest-rerunfailures
Expand Down
2 changes: 1 addition & 1 deletion docker/ucx-py-cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies:
- dask
- distributed
- cupy
- numba>=0.57
- numba>=0.59.1,<0.61.0a0
- rmm
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test = [
"cudf==25.2.*,>=0.0.0a0",
"cupy-cuda12x>=12.0.0",
"distributed",
"numba>=0.57",
"numba>=0.59.1,<0.61.0a0",
"pytest-asyncio",
"pytest-rerunfailures",
"pytest==7.*",
Expand Down

0 comments on commit d0f3f70

Please sign in to comment.