We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a5984 commit 9fd926bCopy full SHA for 9fd926b
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "nnunetv2"
3
-version = "2.2.1"
+version = "2.3"
4
requires-python = ">=3.9"
5
description = "nnU-Net is a framework for out-of-the box image segmentation."
6
readme = "readme.md"
@@ -32,7 +32,7 @@ keywords = [
32
dependencies = [
33
"torch>=2.0.0",
34
"acvl-utils>=0.2",
35
- "dynamic-network-architectures>=0.2",
+ "dynamic-network-architectures<=0.3",
36
"tqdm",
37
"dicom2nifti",
38
"scipy",
0 commit comments