From ed54a2aef130fae54dd45494008ed11d33618eff Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Mon, 22 Dec 2025 08:28:08 -0500 Subject: [PATCH] Add build-time dependencies to pixi config after #1411 --- cuda_bindings/pixi.toml | 3 ++- cuda_core/pixi.lock | 12 ------------ cuda_core/pixi.toml | 3 ++- cuda_pathfinder/pixi.toml | 3 ++- 4 files changed, 6 insertions(+), 15 deletions(-) diff --git a/cuda_bindings/pixi.toml b/cuda_bindings/pixi.toml index 73a6e33fc0..f8ac0a0b1e 100644 --- a/cuda_bindings/pixi.toml +++ b/cuda_bindings/pixi.toml @@ -90,7 +90,8 @@ CUDA_HOME = '%PREFIX%\Library' [package.host-dependencies] python = "*" -setuptools = ">=77" +setuptools = ">=80" +setuptools-scm = ">=8" cython = ">=3.2,<3.3" pyclibrary = ">=0.1.7" cuda-cudart-static = "*" diff --git a/cuda_core/pixi.lock b/cuda_core/pixi.lock index f818f586da..504555cc35 100644 --- a/cuda_core/pixi.lock +++ b/cuda_core/pixi.lock @@ -1067,10 +1067,6 @@ packages: - python_abi 3.14.* *_cp314 - cuda-cudart >=13.1.80,<14.0a0 license: Apache-2.0 - input: - hash: 1ca5e93f36385c628c555ad7ff2bbacd659238db16f10d477ece67c394b562f5 - globs: - - pyproject.toml - conda: . name: cuda-core version: 0.5.0 @@ -1087,10 +1083,6 @@ packages: - vc14_runtime >=14.16.27033 - python_abi 3.14.* *_cp314 license: Apache-2.0 - input: - hash: 1ca5e93f36385c628c555ad7ff2bbacd659238db16f10d477ece67c394b562f5 - globs: - - pyproject.toml - conda: . name: cuda-core version: 0.5.0 @@ -1109,10 +1101,6 @@ packages: - python_abi 3.14.* *_cp314 - cuda-cudart >=13.1.80,<14.0a0 license: Apache-2.0 - input: - hash: 1ca5e93f36385c628c555ad7ff2bbacd659238db16f10d477ece67c394b562f5 - globs: - - pyproject.toml - conda: https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.9.86-ha770c72_2.conda sha256: e6257534c4b4b6b8a1192f84191c34906ab9968c92680fa09f639e7846a87304 md5: 79d280de61e18010df5997daea4743df diff --git a/cuda_core/pixi.toml b/cuda_core/pixi.toml index 8683992cad..91b8cfa7fc 100644 --- a/cuda_core/pixi.toml +++ b/cuda_core/pixi.toml @@ -93,7 +93,8 @@ CUDA_HOME = '%PREFIX%\Library' [package.host-dependencies] python = "*" -setuptools = ">=77" +setuptools = ">=80" +setuptools-scm = ">=8" cython = ">=3.2,<3.3" cuda-cudart-dev = "*" cuda-profiler-api = "*" diff --git a/cuda_pathfinder/pixi.toml b/cuda_pathfinder/pixi.toml index a86a157eae..d9bc349f9a 100644 --- a/cuda_pathfinder/pixi.toml +++ b/cuda_pathfinder/pixi.toml @@ -40,7 +40,8 @@ backend = { name = "pixi-build-python", version = "*" } [package.host-dependencies] python = "*" -setuptools = ">=64" +setuptools = ">=80" +setuptools-scm = ">=8" [package.run-dependencies] python = ">=3.10"