Skip to content

Commit e166181

Browse files
committed
COMP: Update RemoteModulePackageAction and Python 3.9+
Update github actions to v5.4.4 and package management for python 3.9
1 parent 4038567 commit e166181

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[build-system]
2-
requires = ["scikit-build-core", "setuptools_scm>=8"]
2+
requires = ["scikit-build-core"]
33
build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "itk-cuberille"
7+
78
description = "Cuberille implicit surface polygonization to generate meshes from images."
89
readme = "README.rst"
910
license = {file = "LICENSE"}
@@ -13,6 +14,7 @@ authors = [
1314
]
1415
keywords = [
1516
"itk",
17+
"InsightToolkit",
1618
]
1719
classifiers = [
1820
"Development Status :: 4 - Beta",
@@ -54,7 +56,7 @@ version.provider = "scikit_build_core.metadata.setuptools_scm"
5456
# The versions of CMake to allow. If CMake is not present on the system or does
5557
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
5658
# string will disable this check.
57-
cmake.version = ">=3.16.3"
59+
cmake.version = ">=3.22.1"
5860

5961
# A list of args to pass to CMake when configuring the project. Setting this in
6062
# config or envvar will override toml. See also ``cmake.define``.

0 commit comments

Comments
 (0)