Update requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
CHANGED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy>=1.19.0
|
2 |
+
torch>=1.7.0
|
3 |
+
torchvision>=0.8.1
|
4 |
+
opencv-python>=4.5.1
|
5 |
+
pydicom>=2.2.0
|
6 |
+
matplotlib>=3.3.3
|
7 |
+
detectron2>=0.6
|
8 |
+
tcia-rest-client>=1.1.0
|
9 |
+
scikit-learn>=0.24.1
|
10 |
+
huggingface-hub>=0.8.1
|
11 |
+
onnx>=1.10.0
|
12 |
+
pillow>=8.2.0
|
13 |
+
tqdm>=4.61.0
|