Skip to content

Commit

Permalink
Remove numba pins
Browse files Browse the repository at this point in the history
As suggested by @bdice in #715, since the dependency comes transitively from cuDF.
  • Loading branch information
gmarkall committed Aug 5, 2024
1 parent 43fd70b commit 8af6cbb
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-cuda {{ numba_cuda_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.9.9,<3.0a0'
numba_cuda_version:
- '>=0.0.13'
numpy_version:
- '>=1.23,<2.0a0'
nvtx_version:
Expand Down

0 comments on commit 8af6cbb

Please sign in to comment.