diff --git a/cuda_bindings/pyproject.toml b/cuda_bindings/pyproject.toml index c3f15294612..8745f5f7889 100644 --- a/cuda_bindings/pyproject.toml +++ b/cuda_bindings/pyproject.toml @@ -3,8 +3,7 @@ [build-system] requires = [ "setuptools>=80.0.0", - "setuptools_scm[simple]>=8,<10.1", - "vcs-versioning<2.0", + "setuptools_scm[simple]>=8,!=10.1.1", "cython>=3.2,<3.3", "pyclibrary>=0.1.7", "cuda-pathfinder>=1.5", diff --git a/cuda_core/pyproject.toml b/cuda_core/pyproject.toml index 6ddb819fae9..e1ecdb3aeb2 100644 --- a/cuda_core/pyproject.toml +++ b/cuda_core/pyproject.toml @@ -5,8 +5,7 @@ [build-system] requires = [ "setuptools>=80", - "setuptools-scm[simple]>=8,<10.1", - "vcs-versioning<2.0", + "setuptools-scm[simple]>=8,!=10.1.1", "Cython>=3.2,<3.3", "cuda-pathfinder>=1.5" ] diff --git a/cuda_pathfinder/pyproject.toml b/cuda_pathfinder/pyproject.toml index c457438274a..24b51726771 100644 --- a/cuda_pathfinder/pyproject.toml +++ b/cuda_pathfinder/pyproject.toml @@ -88,8 +88,7 @@ readme = { file = ["DESCRIPTION.rst"], content-type = "text/x-rst" } [build-system] requires = [ "setuptools>=80.0.0", - "setuptools_scm[simple]>=8,<10.1", - "vcs-versioning<2.0", + "setuptools_scm[simple]>=8,!=10.1.1", "wheel" ] build-backend = "setuptools.build_meta" diff --git a/cuda_python/pyproject.toml b/cuda_python/pyproject.toml index d0f33d68834..0967cc3b25e 100644 --- a/cuda_python/pyproject.toml +++ b/cuda_python/pyproject.toml @@ -1,9 +1,9 @@ -# SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE [build-system] -requires = ["setuptools>=80.0.0", "setuptools-scm[simple]>=8"] +requires = ["setuptools>=80.0.0", "setuptools-scm[simple]>=8,!=10.1.1"] build-backend = "setuptools.build_meta" [project]