From 4efd22d932a9a97248a4f916aebda109ee1d47cc Mon Sep 17 00:00:00 2001 From: Mitchell Date: Wed, 3 Dec 2025 13:23:15 +0900 Subject: [PATCH 1/2] update plain SPDX string for license Signed-off-by: Mitchell --- pyproject.toml.cu12 | 3 ++- pyproject.toml.cu13 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml.cu12 b/pyproject.toml.cu12 index 855e7d37fcf..e78bc737a38 100644 --- a/pyproject.toml.cu12 +++ b/pyproject.toml.cu12 @@ -15,7 +15,8 @@ authors = [{name = "NVIDIA Corporation & Affiliates"}] maintainers = [{name = "NVIDIA Corporation & Affiliates"}] readme = { file="python/README.md.in", content-type = "text/markdown"} requires-python = ">=3.11" -license = { file="LICENSE" } +license = "Apache-2.0" +license-files = ["LICENSE", "NOTICE", "CITATION.cff"] dependencies = [ 'astpretty ~= 3.0', 'custatevec-cu12 ~= 1.10', diff --git a/pyproject.toml.cu13 b/pyproject.toml.cu13 index 9c777fda248..eb3311eaca5 100644 --- a/pyproject.toml.cu13 +++ b/pyproject.toml.cu13 @@ -15,7 +15,8 @@ authors = [{name = "NVIDIA Corporation & Affiliates"}] maintainers = [{name = "NVIDIA Corporation & Affiliates"}] readme = { file="python/README.md.in", content-type = "text/markdown"} requires-python = ">=3.11" -license = { file="LICENSE" } +license = "Apache-2.0" +license-files = ["LICENSE", "NOTICE", "CITATION.cff"] dependencies = [ 'astpretty ~= 3.0', 'custatevec-cu13 ~= 1.10', From 7ca1e1f67d264ae05d177f97cf90e4f0fcca69f0 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Wed, 3 Dec 2025 19:47:12 +0900 Subject: [PATCH 2/2] bump scikit-build-core 0.9.10 -> 0.11.6 Signed-off-by: Mitchell --- pyproject.toml.cu12 | 2 +- pyproject.toml.cu13 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml.cu12 b/pyproject.toml.cu12 index e78bc737a38..ccbc6532cef 100644 --- a/pyproject.toml.cu12 +++ b/pyproject.toml.cu12 @@ -62,7 +62,7 @@ visualization = [ "qutip<5" , "matplotlib>=3.5" ] integrators = [ "torchdiffeq" ] [build-system] -requires = ["scikit-build-core==0.9.10", "cmake>=3.27,<3.29", "numpy>=1.24", "pytest==8.2.0"] +requires = ["scikit-build-core==0.11.6", "cmake>=3.27,<3.29", "numpy>=1.24", "pytest==8.2.0"] build-backend = "scikit_build_core.build" [tool.scikit-build] diff --git a/pyproject.toml.cu13 b/pyproject.toml.cu13 index eb3311eaca5..4a869e868d9 100644 --- a/pyproject.toml.cu13 +++ b/pyproject.toml.cu13 @@ -63,7 +63,7 @@ visualization = [ "qutip<5" , "matplotlib>=3.5" ] integrators = [ "torchdiffeq" ] [build-system] -requires = ["scikit-build-core==0.9.10", "cmake>=3.27,<3.29", "numpy>=1.24", "pytest==8.2.0"] +requires = ["scikit-build-core==0.11.6", "cmake>=3.27,<3.29", "numpy>=1.24", "pytest==8.2.0"] build-backend = "scikit_build_core.build" [tool.scikit-build]