diff --git a/pyproject.toml b/pyproject.toml index a5a9be5..91ae944 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "itk == 5.4.*" + "itk == 5.4.*", ] [project.urls] @@ -47,7 +47,7 @@ Homepage = "https://github.com/RTKConsortium/ITKCudaCommon" # The versions of CMake to allow. If CMake is not present on the system or does # not pass this specifier, it will be downloaded via PyPI if possible. An empty # string will disable this check. -cmake.version = ">=3.16.3" +cmake.version = ">=3.22.1" # A list of args to pass to CMake when configuring the project. Setting this in # config or envvar will override toml. See also ``cmake.define``.