From a8b507bb266a898c31e69333f31460f578adf44f Mon Sep 17 00:00:00 2001 From: Andy Jost Date: Mon, 23 Mar 2026 11:47:42 -0700 Subject: [PATCH] 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 --- cuda_core/pixi.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cuda_core/pixi.toml b/cuda_core/pixi.toml index 6ea843f494..f6fad4b067 100644 --- a/cuda_core/pixi.toml +++ b/cuda_core/pixi.toml @@ -135,6 +135,7 @@ setuptools-scm = ">=8" cython = ">=3.2,<3.3" cuda-nvrtc-dev = "*" cuda-bindings = "*" +dlpack = "*" [package.target.linux-64.host-dependencies] cuda-cudart-dev_linux-64 = "*"