Skip to content

Commit 9fd926b

Browse files
committed
2.3 release
1 parent 14a5984 commit 9fd926b

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
@@ -1,6 +1,6 @@
11
[project]
22
name = "nnunetv2"
3-
version = "2.2.1"
3+
version = "2.3"
44
requires-python = ">=3.9"
55
description = "nnU-Net is a framework for out-of-the box image segmentation."
66
readme = "readme.md"
@@ -32,7 +32,7 @@ keywords = [
3232
dependencies = [
3333
"torch>=2.0.0",
3434
"acvl-utils>=0.2",
35-
"dynamic-network-architectures>=0.2",
35+
"dynamic-network-architectures<=0.3",
3636
"tqdm",
3737
"dicom2nifti",
3838
"scipy",

0 commit comments

Comments
 (0)