Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -7
requirements.txt
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
streamlit==1.7.0
|
2 |
-
pydicom==2.1.2
|
3 |
-
matplotlib==3.4.3
|
4 |
-
comp2comp @ git+https://github.com/StanfordMIMI/Comp2Comp.git
|
5 |
pydicom
|
6 |
moviepy
|
7 |
numpy==1.26.4
|
@@ -17,7 +14,5 @@ huggingface_hub
|
|
17 |
pycocotools
|
18 |
wget
|
19 |
tensorflow
|
20 |
-
git+https://github.com/StanfordMIMI/TotalSegmentator.git
|
21 |
-
git+https://github.com/StanfordMIMI/TotalSegmentatorV2.git
|
22 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
23 |
-
torch
|
|
|
1 |
streamlit==1.7.0
|
|
|
|
|
|
|
2 |
pydicom
|
3 |
moviepy
|
4 |
numpy==1.26.4
|
|
|
14 |
pycocotools
|
15 |
wget
|
16 |
tensorflow
|
17 |
+
totalsegmentator @ git+https://github.com/StanfordMIMI/TotalSegmentator.git
|
18 |
+
totalsegmentatorv2 @ git+https://github.com/StanfordMIMI/TotalSegmentatorV2.git
|
|
|
|