Skip to content

Commit dac7b61

Browse files
timm must be bounded in some way
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
1 parent 92bd85a commit dac7b61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ dependencies = [
5757
"pytest",
5858
#"torchgeo @ git+https://github.com/microsoft/torchgeo.git@fedf99375535f801565856cd774bfa9e5a251d55",
5959
"torchgeo",
60-
"einops"
60+
"einops",
61+
"timm>=1.0.15"
6162
]
6263

6364

0 commit comments

Comments
 (0)