Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchvision>=0.15.0
|
| 3 |
+
numpy>=1.24.0
|
| 4 |
+
scipy>=1.10.0
|
| 5 |
+
nibabel>=5.0.0
|
| 6 |
+
tqdm>=4.65.0
|
| 7 |
+
matplotlib
|
| 8 |
+
pyyaml
|