Skip to content

Commit f5702aa

Browse files
committed
Adds dependencies for this library
1 parent 1158685 commit f5702aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ build-backend = "hatchling.build"
55
[project]
66
name = "sagittal_average"
77
version = "0.1.0"
8-
8+
dependencies = [
9+
"numpy",
10+
]
911
[tool.hatch.build.targets.wheel]
1012
packages = [
1113
"src/sagittal_average",

0 commit comments

Comments
 (0)