Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
streamlit==1.7.0
|
2 |
pydicom==2.1.2
|
3 |
matplotlib==3.4.3
|
|
|
4 |
pydicom
|
5 |
moviepy
|
6 |
numpy==1.23.5
|
@@ -16,8 +17,7 @@ huggingface_hub
|
|
16 |
pycocotools
|
17 |
wget
|
18 |
tensorflow==2.12.0
|
19 |
-
|
20 |
-
|
21 |
-
xgboost
|
22 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
23 |
torch
|
|
|
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.23.5
|
|
|
17 |
pycocotools
|
18 |
wget
|
19 |
tensorflow==2.12.0
|
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
|