Skip to content

Commit 0f82836

Browse files
committed
Update to SimpleITK v2.3.0
1 parent 4c737f0 commit 0f82836

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

SimpleITK

Submodule SimpleITK updated 314 files

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
[build-system]
2-
requires = ["scikit-build >= 0.14", "wheel", "cmake", "ninja"]
2+
requires = [
3+
"scikit-build>=0.17.6",
4+
"wheel",
5+
"cmake>=3.16.4",
6+
"ninja; platform_system!='Windows'"
7+
]
38
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='SimpleITK',
11-
version='2.2.1',
11+
version='2.3.0',
1212
author='Insight Software Consortium',
1313
author_email='[email protected]',
1414
packages=['SimpleITK'],

0 commit comments

Comments
 (0)