Skip to content

Commit b3f25c3

Browse files
authored
Merge pull request #277 from thewtex/setuptools-scm
ENH: Install setuptools_scm
2 parents f38e8b0 + 7784259 commit b3f25c3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ninja==1.11.1.1
2-
scikit-build-core==0.8.2
2+
scikit-build-core==0.9.5
33
build==1.2.1
44
pyproject-metadata
55
pathspec
6+
setuptools_scm==8.1.0

scripts/pyproject.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ install.components = []
127127
install.strip = true
128128

129129
# If set, this will provide a method for backward compatibility.
130-
minimum-version = "0.8.2"
130+
minimum-version = "0.9.5"
131131

132132
# The build directory. Defaults to a temporary directory, but can be set.
133133
build-dir = "build/{wheel_tag}"

0 commit comments

Comments
 (0)