Skip to content

Commit

Permalink
be more restrictive with dependencies that may have breaking changes …
Browse files Browse the repository at this point in the history
…in the future
  • Loading branch information
FabianIsensee committed Feb 21, 2024
1 parent b624fb9 commit 1b5a17d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ keywords = [
]
dependencies = [
"torch>=2.0.0",
"acvl-utils>=0.2",
"dynamic-network-architectures>=0.4",
"acvl-utils>=0.2,<0.3", # 0.3 may bring breaking changes. Careful!
"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
"tqdm",
"dicom2nifti",
"scipy",
Expand Down

0 comments on commit 1b5a17d

Please sign in to comment.