From 77842599f24889c38ac75883d2692f18933e5c80 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Wed, 5 Jun 2024 15:24:05 -0400 Subject: [PATCH] ENH: Install setuptools_scm For remote module build usage. Also bump scikit-build-core to latest. --- requirements-dev.txt | 3 ++- scripts/pyproject.toml.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b1225079..368620f3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,6 @@ ninja==1.11.1.1 -scikit-build-core==0.8.2 +scikit-build-core==0.9.5 build==1.2.1 pyproject-metadata pathspec +setuptools_scm==8.1.0 diff --git a/scripts/pyproject.toml.in b/scripts/pyproject.toml.in index 6311cd52..9dbab849 100644 --- a/scripts/pyproject.toml.in +++ b/scripts/pyproject.toml.in @@ -127,7 +127,7 @@ install.components = [] install.strip = true # If set, this will provide a method for backward compatibility. -minimum-version = "0.8.2" +minimum-version = "0.9.5" # The build directory. Defaults to a temporary directory, but can be set. build-dir = "build/{wheel_tag}"