We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc134b commit 7de895fCopy full SHA for 7de895f
2 files changed
pyproject.toml
@@ -0,0 +1,3 @@
1
+[build-system]
2
+requires = ["setuptools>=64", "wheel"]
3
+build-backend = "setuptools.build_meta"
setup.py
@@ -60,6 +60,11 @@ def get_version():
60
"tensorflow==2.12.0",
61
"totalsegmentator @ git+https://github.com/StanfordMIMI/TotalSegmentator.git",
62
"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",
68
],
69
extras_require={
70
"all": ["shapely", "psutil"],
0 commit comments