Skip to content

Commit

Permalink
Remove numba dependency (#715)
Browse files Browse the repository at this point in the history
**EDIT:** This now removes the numba dependency, which comes transitively from cuDF.

**Original description:**

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.

Authors:
  - Graham Markall (https://github.com/gmarkall)
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #715
  • Loading branch information
gmarkall authored Oct 22, 2024
1 parent 24bc724 commit b2950d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion conda/recipes/rapids/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ requirements:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
- cupy {{ cupy_version }}
- nccl {{ nccl_version }}
- numba {{ numba_version }}
- numpy {{ numpy_version }}
- nvtx {{ nvtx_version }}
- python
Expand Down
2 changes: 0 additions & 2 deletions conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ cupy_version:
- '>=12.0.0'
nccl_version:
- '>=2.19,<3.0a0'
numba_version:
- '>=0.57'
numpy_version:
- '>=1.23,<3.0a0'
nvtx_version:
Expand Down

0 comments on commit b2950d9

Please sign in to comment.