Skip to content

Commit 5137335

Browse files
committed
Update SimpleITK to v2.1.1.1 and SimpleITK sub-module
1 parent 669a33f commit 5137335

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[build-system]
2-
requires = ["scikit-build >= 0.11", "wheel", "cmake", "ninja"]
2+
requires = ["scikit-build >= 0.14", "wheel", "cmake", "ninja"]
3+
build-backend = "setuptools.build_meta"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
scikit-build>=0.11
1+
scikit-build>=0.14.1

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.1.1',
11+
version='2.1.1.1',
1212
author='Insight Software Consortium',
1313
author_email='[email protected]',
1414
packages=['SimpleITK'],

0 commit comments

Comments
 (0)