Skip to content

Commit

Permalink
Use numba-cuda >= 0.0.13
Browse files Browse the repository at this point in the history
numba-cuda is the NVIDIA-maintained CUDA target for Numba, which depends
on the numba package.

This PR replaces the numba dependency with numba-cuda. However, similar to
@bdice's comment in #648, I don't know if we strictly need this here any
more due to the cudf dependency (from rapidsai/cudf#16474) ensuring
numba-cuda is present.
  • Loading branch information
gmarkall committed Aug 2, 2024
1 parent 7e47d57 commit 43fd70b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/rapids/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requirements:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
- cupy {{ cupy_version }}
- nccl {{ nccl_version }}
- numba {{ numba_version }}
- numba-cuda {{ numba_cuda_version }}
- numpy {{ numpy_version }}
- nvtx {{ nvtx_version }}
- python
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ cupy_version:
- '>=12.0.0'
nccl_version:
- '>=2.9.9,<3.0a0'
numba_version:
- '>=0.57'
numba_cuda_version:
- '>=0.0.13'
numpy_version:
- '>=1.23,<2.0a0'
nvtx_version:
Expand Down

0 comments on commit 43fd70b

Please sign in to comment.