Skip to content

Commit ea0215f

Browse files
authored
Update setuptools-scm to use latest, but avoid the broken 10.1 release (#2264)
1 parent b377f29 commit ea0215f

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

cuda_bindings/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
[build-system]
44
requires = [
55
"setuptools>=80.0.0",
6-
"setuptools_scm[simple]>=8,<10.1",
7-
"vcs-versioning<2.0",
6+
"setuptools_scm[simple]>=8,!=10.1",
87
"cython>=3.2,<3.3",
98
"pyclibrary>=0.1.7",
109
"cuda-pathfinder>=1.5",

cuda_core/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
[build-system]
66
requires = [
77
"setuptools>=80",
8-
"setuptools-scm[simple]>=8,<10.1",
9-
"vcs-versioning<2.0",
8+
"setuptools-scm[simple]>=8,!=10.1",
109
"Cython>=3.2,<3.3",
1110
"cuda-pathfinder>=1.5"
1211
]

cuda_pathfinder/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ readme = { file = ["DESCRIPTION.rst"], content-type = "text/x-rst" }
8888
[build-system]
8989
requires = [
9090
"setuptools>=80.0.0",
91-
"setuptools_scm[simple]>=8,<10.1",
92-
"vcs-versioning<2.0",
91+
"setuptools_scm[simple]>=8,!=10.1",
9392
"wheel"
9493
]
9594
build-backend = "setuptools.build_meta"

cuda_python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44

55
[build-system]
6-
requires = ["setuptools>=80.0.0", "setuptools-scm[simple]>=8"]
6+
requires = ["setuptools>=80.0.0", "setuptools-scm[simple]>=8,!=10.1"]
77
build-backend = "setuptools.build_meta"
88

99
[project]

0 commit comments

Comments
 (0)