Skip to content

Commit 313329c

Browse files
committed
Merge branch 'main' into wholebody/withlimbs
2 parents ebd7da7 + cec1303 commit 313329c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ def readfile(filename, split=False):
2727
# minimal requirements listing
2828
"opencmiss.maths",
2929
"opencmiss.utils >= 0.3",
30-
"opencmiss.zinc >= 3.7",
30+
"opencmiss.zinc >= 3.9",
3131
"scipy",
3232
"numpy",
3333
]
3434
source_license = readfile("LICENSE")
3535

3636
setup(
3737
name="scaffoldmaker",
38-
version="0.7.0",
38+
version="0.7.1",
3939
description="Python client for generating anatomical scaffolds using OpenCMISS-Zinc",
4040
long_description="\n".join(readme) + source_license,
4141
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)