Skip to content

Commit c11a267

Browse files
mdboomleofang
andauthored
Add build-time dependencies to pixi config after #1411 (#1416)
Co-authored-by: Leo Fang <leof@nvidia.com>
1 parent 46470ca commit c11a267

File tree

4 files changed

+6
-15
lines changed

4 files changed

+6
-15
lines changed

cuda_bindings/pixi.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ CUDA_HOME = '%PREFIX%\Library'
9090

9191
[package.host-dependencies]
9292
python = "*"
93-
setuptools = ">=77"
93+
setuptools = ">=80"
94+
setuptools-scm = ">=8"
9495
cython = ">=3.2,<3.3"
9596
pyclibrary = ">=0.1.7"
9697
cuda-cudart-static = "*"

cuda_core/pixi.lock

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cuda_core/pixi.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ CUDA_HOME = '%PREFIX%\Library'
9393

9494
[package.host-dependencies]
9595
python = "*"
96-
setuptools = ">=77"
96+
setuptools = ">=80"
97+
setuptools-scm = ">=8"
9798
cython = ">=3.2,<3.3"
9899
cuda-cudart-dev = "*"
99100
cuda-profiler-api = "*"

cuda_pathfinder/pixi.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ backend = { name = "pixi-build-python", version = "*" }
4040

4141
[package.host-dependencies]
4242
python = "*"
43-
setuptools = ">=64"
43+
setuptools = ">=80"
44+
setuptools-scm = ">=8"
4445

4546
[package.run-dependencies]
4647
python = ">=3.10"

0 commit comments

Comments
 (0)