Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion conda/environments/all_cuda-130_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies:
- cuda-nvcc
- cuda-nvrtc-dev
- cuda-nvtx-dev
- cuda-nvvm-tools
- cuda-python>=13.0.1,<14.0a0
- cuda-sanitizer-api
- cuda-version=13.0
Expand Down
1 change: 0 additions & 1 deletion conda/environments/all_cuda-130_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies:
- cuda-nvcc
- cuda-nvrtc-dev
- cuda-nvtx-dev
- cuda-nvvm-tools
- cuda-python>=13.0.1,<14.0a0
- cuda-sanitizer-api
- cuda-version=13.0
Expand Down
4 changes: 0 additions & 4 deletions conda/recipes/cudf/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ requirements:
- pandas >=2.0,<2.4.0dev0
- cupy >=13.6.0
- numba-cuda >=0.19.1,<0.20.0a0
# TODO: remove cuda-nvvm-tools once https://github.com/NVIDIA/numba-cuda/issues/430 is resolved
# and we move the numba-cuda floor up to a version containing a fix for it
- if: cuda_major == "13"
then: cuda-nvvm-tools
- numba >=0.60.0,<0.62.0a0
- numpy >=1.23,<3.0a0
- pyarrow>=14.0.0,<20.0.0a0
Expand Down
10 changes: 0 additions & 10 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -930,16 +930,6 @@ dependencies:
packages:
- numba-cuda>=0.19.1,<0.20.0a0
specific:
# TODO: remove cuda-nvvm-tools once https://github.com/NVIDIA/numba-cuda/issues/430 is resolved
# and we move the numba-cuda floor up to a version containing a fix for it
- output_types: [conda]
matrices:
- matrix:
cuda: "13.*"
packages:
- cuda-nvvm-tools
- matrix:
packages:
- output_types: [requirements, pyproject]
matrices:
- matrix:
Expand Down