We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad5ba4 commit ce973b4Copy full SHA for ce973b4
setup.py
@@ -40,20 +40,21 @@ def get_version():
40
python_requires=">=3.6",
41
install_requires=[
42
"pydicom",
43
- "numpy==1.23.5",
+ "numpy",
44
"h5py",
45
"tabulate",
46
"tqdm",
47
"silx",
48
"yacs",
49
"pandas",
50
- "dosma",
+ #"dosma",
51
"opencv-python",
52
"huggingface_hub",
53
"pycocotools",
54
"wget",
55
- "tensorflow>=2.0.0",
56
- "totalsegmentator @ git+https://github.com/StanfordMIMI/TotalSegmentator.git",
+ "tensorflow=2.11.0",
+ "dcm2niix",
57
+ "totalsegmentator @ git+https://github.com/wasserth/TotalSegmentator.git",
58
],
59
extras_require={
60
"all": ["shapely", "psutil"],
0 commit comments