Skip to content

Commit 5504016

Browse files
committed
Version 1.0.1-alpha.0.
1 parent 4c6fa52 commit 5504016

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mipcandy"
7-
version = "1.0.0"
7+
version = "1.0.1-alpha.0"
88
description = "A Candy for Medical Image Processing"
99
license = "Apache-2.0"
1010
readme = "README.md"
@@ -16,6 +16,7 @@ dependencies = ["torch", "ptflops", "numpy", "SimpleITK", "matplotlib", "rich",
1616

1717
[project.optional-dependencies]
1818
standard = ["pyvista"]
19+
all = ["pyvista", "mipcandy_bundles"]
1920

2021
[tool.hatch.build.targets.sdist]
2122
only-include = ["mipcandy"]

0 commit comments

Comments
 (0)