Skip to content

Commit a35a612

Browse files
committed
.
1 parent dce83a1 commit a35a612

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"SimpleITK>=2.3.1",
3636
"tqdm>=4.66.2",
3737
"timm>=0.9.8",
38-
"torchmetrics=>1.4.0.post0",
38+
"torchmetrics>=1.4.0.post0",
3939
"wandb>=0.16.3",
4040
"weave>=0.39.0",
4141
]

yucca/modules/data/augmentation/transforms/Masking.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import numpy as np
22
import logging
3-
import torch
43
from yucca.modules.data.augmentation.transforms.YuccaTransform import YuccaTransform
54
from typing import Union, Iterable
65
from yucca.functional.transforms import mask_batch

0 commit comments

Comments
 (0)