File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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
3536about :
3637 home : {{ project_urls["Homepage"] }}
Original file line number Diff line number Diff 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 = [
3839cu13 = [
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.*" ,
You can’t perform that action at this time.
0 commit comments