Spaces:
Paused
Paused
Commit
·
33762af
1
Parent(s):
cf3c893
Requierements correction
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -8,7 +8,7 @@ scipy==1.9.1
|
|
| 8 |
segmentation_models_3D==1.0.4
|
| 9 |
SimpleITK==2.2.1
|
| 10 |
tensorflow
|
| 11 |
-
|
| 12 |
torch
|
| 13 |
ttictoc==0.5.6
|
| 14 |
scikit-learn==1.2.1
|
|
|
|
| 8 |
segmentation_models_3D==1.0.4
|
| 9 |
SimpleITK==2.2.1
|
| 10 |
tensorflow
|
| 11 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 12 |
torch
|
| 13 |
ttictoc==0.5.6
|
| 14 |
scikit-learn==1.2.1
|