Skip to content

Commit cf62591

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)