Skip to content

Commit ce973b4

Browse files
authored
Update setup.py
tensorflow version [issue 52] (StanfordMIMI#52) deactivate dosma
1 parent dad5ba4 commit ce973b4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,21 @@ def get_version():
4040
python_requires=">=3.6",
4141
install_requires=[
4242
"pydicom",
43-
"numpy==1.23.5",
43+
"numpy",
4444
"h5py",
4545
"tabulate",
4646
"tqdm",
4747
"silx",
4848
"yacs",
4949
"pandas",
50-
"dosma",
50+
#"dosma",
5151
"opencv-python",
5252
"huggingface_hub",
5353
"pycocotools",
5454
"wget",
55-
"tensorflow>=2.0.0",
56-
"totalsegmentator @ git+https://github.com/StanfordMIMI/TotalSegmentator.git",
55+
"tensorflow=2.11.0",
56+
"dcm2niix",
57+
"totalsegmentator @ git+https://github.com/wasserth/TotalSegmentator.git",
5758
],
5859
extras_require={
5960
"all": ["shapely", "psutil"],

0 commit comments

Comments
 (0)