Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
CHANGED
@@ -1,5 +1,23 @@
|
|
1 |
streamlit==1.7.0
|
2 |
pydicom==2.1.2
|
3 |
matplotlib==3.4.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
5 |
torch
|
|
|
1 |
streamlit==1.7.0
|
2 |
pydicom==2.1.2
|
3 |
matplotlib==3.4.3
|
4 |
+
pydicom
|
5 |
+
moviepy
|
6 |
+
numpy==1.23.5
|
7 |
+
h5py
|
8 |
+
tabulate
|
9 |
+
tqdm
|
10 |
+
silx
|
11 |
+
yacs
|
12 |
+
pandas
|
13 |
+
dosma
|
14 |
+
opencv-python
|
15 |
+
huggingface_hub
|
16 |
+
pycocotools
|
17 |
+
wget
|
18 |
+
tensorflow==2.12.0
|
19 |
+
totalsegmentator @ git+https://github.com/StanfordMIMI/TotalSegmentator.git
|
20 |
+
totalsegmentatorv2 @ git+https://github.com/StanfordMIMI/TotalSegmentatorV2.git
|
21 |
+
xgboost
|
22 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
23 |
torch
|