Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
matplotlib==3.7.2
|
2 |
+
monai==1.3.0
|
3 |
+
numpy==1.24.3
|
4 |
+
open_clip_torch==2.23.0
|
5 |
+
opencv_python==4.8.1.78
|
6 |
+
opencv_python_headless==4.8.1.78
|
7 |
+
pandas==2.0.3
|
8 |
+
PyYAML==6.0
|
9 |
+
scikit_learn==1.3.0
|
10 |
+
timm==0.9.8
|
11 |
+
torch==2.1.0
|
12 |
+
torchvision==0.16.0
|
13 |
+
tqdm==4.66.1
|
14 |
+
wandb==0.15.12
|
15 |
+
transformers==4.35.2
|
16 |
+
nibabel==5.1.0
|