Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cuda_bindings/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions cuda_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
3 changes: 1 addition & 2 deletions cuda_pathfinder/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions cuda_python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
Loading