Skip to content

Commit be4b75c

Browse files
committed
fix: python dependencies
1 parent 1245bea commit be4b75c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ classifiers = [
1212
dynamic = ["version"]
1313
license = "MIT OR Apache-2.0"
1414
readme = "README.md"
15+
dependencies = ["numpy", "SimpleITK"]
16+
1517
[tool.maturin]
1618
features = ["pyo3/extension-module"]
1719
python-source = "python"

0 commit comments

Comments
 (0)