Skip to content

Commit 738702c

Browse files
deps
1 parent 2765eae commit 738702c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

conda/recipes/numba-cuda/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ requirements:
3131
- numba >=0.59.1
3232
- cuda-bindings >=12.9.1
3333
- cuda-core ==0.3.*
34+
- cuda-pathfinder >=1.3.1
3435

3536
about:
3637
home: {{ project_urls["Homepage"] }}

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ cu12 = [
2828
"cuda-bindings>=12.9.1,<13.0.0",
2929
"cuda-core==0.3.*",
3030
"cuda-python==12.9.*", # supports all CTK 12.x
31+
"cuda-pathfinder>=1.3.1",
3132
"nvidia-cuda-nvcc-cu12", # for libNVVM
3233
"nvidia-cuda-runtime-cu12",
3334
"nvidia-cuda-nvrtc-cu12",
@@ -38,6 +39,7 @@ cu12 = [
3839
cu13 = [
3940
"cuda-bindings==13.*",
4041
"cuda-core==0.3.2,<0.4.0dev0",
42+
"cuda-pathfinder>=1.3.1",
4143
"cuda-python==13.*",
4244
"nvidia-nvvm==13.*",
4345
"nvidia-cuda-runtime==13.*",

0 commit comments

Comments
 (0)