Skip to content

Commit 7de895f

Browse files
committed
cpyproject.toml add and specific package requirements in setup.py
1 parent ddc134b commit 7de895f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools>=64", "wheel"]
3+
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ def get_version():
6060
"tensorflow==2.12.0",
6161
"totalsegmentator @ git+https://github.com/StanfordMIMI/TotalSegmentator.git",
6262
"totalsegmentatorv2 @ git+https://github.com/StanfordMIMI/TotalSegmentatorV2.git",
63+
"blosc2",
64+
"acvl-utils==0.2",
65+
"dicom2nifti<2.6",
66+
"torch==2.5.1",
67+
"torchvision==0.20.1",
6368
],
6469
extras_require={
6570
"all": ["shapely", "psutil"],

0 commit comments

Comments
 (0)