Skip to content
Open
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
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- libtool
- make
- ninja
- numba-cuda>=0.22.1,<0.29.0
- numba-cuda>=0.22.1
- numpy>=1.23,<3.0
- nvidia-ml-py>=12
- pip
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- libtool
- make
- ninja
- numba-cuda>=0.22.1,<0.29.0
- numba-cuda>=0.22.1
- numpy>=1.23,<3.0
- nvidia-ml-py>=12
- pip
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-132_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- libtool
- make
- ninja
- numba-cuda>=0.22.1,<0.29.0
- numba-cuda>=0.22.1
- numpy>=1.23,<3.0
- nvidia-ml-py>=12
- pip
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-132_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- libtool
- make
- ninja
- numba-cuda>=0.22.1,<0.29.0
- numba-cuda>=0.22.1
- numpy>=1.23,<3.0
- nvidia-ml-py>=12
- pip
Expand Down
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ dependencies:
- output_types: [conda]
packages:
- gdb # Used for timeout_with_stack.py
- &numba_cuda_test numba-cuda>=0.22.1,<0.29.0
- &numba_cuda_test numba-cuda>=0.22.1
- psutil # Used for timeout_with_stack.py
specific:
- output_types: [requirements, pyproject]
Expand All @@ -394,12 +394,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- &numba_cuda_cu12_test numba-cuda[cu12]>=0.22.1,<0.29.0
- &numba_cuda_cu12_test numba-cuda[cu12]>=0.22.1
- matrix:
cuda: "13.*"
cuda_suffixed: "true"
packages:
- &numba_cuda_cu13_test numba-cuda[cu13]>=0.22.1,<0.29.0
- &numba_cuda_cu13_test numba-cuda[cu13]>=0.22.1
# fallback to numba-cuda with no extra CUDA packages if 'cuda_suffixed' isn't true
- matrix:
packages:
Expand Down
2 changes: 1 addition & 1 deletion python/distributed-ucxx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ docs = [
test = [
"cudf==26.8.*,>=0.0.0a0",
"cupy-cuda13x>=13.6.0",
"numba-cuda>=0.22.1,<0.29.0",
"numba-cuda>=0.22.1",
"numpy>=1.23,<3.0",
"pytest",
"pytest-rerunfailures!=16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion python/ucxx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test = [
"cloudpickle",
"cudf==26.8.*,>=0.0.0a0",
"cupy-cuda13x>=13.6.0",
"numba-cuda>=0.22.1,<0.29.0",
"numba-cuda>=0.22.1",
"pytest",
"pytest-asyncio>=1.0.0",
"pytest-rerunfailures!=16.0.0",
Expand Down