Skip to content

Commit 1b5a17d

Browse files
committed
be more restrictive with dependencies that may have breaking changes in the future
1 parent b624fb9 commit 1b5a17d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ keywords = [
3131
]
3232
dependencies = [
3333
"torch>=2.0.0",
34-
"acvl-utils>=0.2",
35-
"dynamic-network-architectures>=0.4",
34+
"acvl-utils>=0.2,<0.3", # 0.3 may bring breaking changes. Careful!
35+
"dynamic-network-architectures>=0.2,<0.4", # 0.3.1 and lower are supported, 0.4 may have breaking changes. Let's be careful here
3636
"tqdm",
3737
"dicom2nifti",
3838
"scipy",

0 commit comments

Comments
 (0)