Skip to content

Commit

Permalink
update dependencies, implement segementation api draft and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LennyN95 committed May 18, 2024
1 parent 995f74d commit cd391fe
Show file tree
Hide file tree
Showing 4 changed files with 1,386 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,17 @@ classifiers = [
"Typing :: Typed",
]
dynamic = ["version"]
dependencies = []
dependencies = [
"numpy >= 1.26.0",
"dcmqi >= 0.2.0",
"SimpleITK >= 2.3.0",
]

[project.optional-dependencies]
test = [
"pytest >=6",
"pytest-cov >=3",
"idc-index >=0.5.2"
]
dev = [
"pytest >=6",
Expand All @@ -48,6 +53,9 @@ docs = [
"sphinx_autodoc_typehints",
"furo>=2023.08.17",
]
segdb = [
"segdb >= 0.0.3",
]

[project.urls]
Homepage = "https://github.com/ImagingDataCommons/pydcmqi"
Expand Down
Loading

0 comments on commit cd391fe

Please sign in to comment.