Skip to content

Commit 4a0487e

Browse files
brandon-b-millerleofanggmarkall
authored
Require cuda-bindings 12.9.1 (#387)
`cuda-bindings` `12.9.1` is built without monitoring, which avoids cython/cython#7050. This makes it the only safe version since the nvidia binding is used now by default. This PR requires the patched packages. --------- Co-authored-by: Leo Fang <[email protected]> Co-authored-by: Graham Markall <[email protected]>
1 parent 5d1bbd4 commit 4a0487e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/recipes/numba-cuda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requirements:
2828
run:
2929
- python
3030
- numba >=0.59.1
31-
- cuda-bindings
31+
- cuda-bindings >=12.9.1
3232
- cuda-core ==0.3.*
3333

3434
about:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = ["numba>=0.60.0"]
2222

2323
[project.optional-dependencies]
2424
cu12 = [
25-
"cuda-bindings==12.9.*",
25+
"cuda-bindings>=12.9.1,<13.0.0",
2626
"cuda-core==0.3.*",
2727
"cuda-python==12.9.*", # supports all CTK 12.x
2828
"nvidia-cuda-nvcc-cu12", # for libNVVM

0 commit comments

Comments
 (0)