Skip to content

Commit a8b507b

Browse files
committed
Add dlpack as a host dependency for cuda_core pixi build
The dlpack package is needed at build time for Cython compilation of modules that use DLPack interoperability. Made-with: Cursor
1 parent b2e904e commit a8b507b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuda_core/pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ setuptools-scm = ">=8"
135135
cython = ">=3.2,<3.3"
136136
cuda-nvrtc-dev = "*"
137137
cuda-bindings = "*"
138+
dlpack = "*"
138139

139140
[package.target.linux-64.host-dependencies]
140141
cuda-cudart-dev_linux-64 = "*"

0 commit comments

Comments
 (0)