Skip to content

Commit

Permalink
2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianIsensee committed Feb 19, 2024
1 parent 14a5984 commit 9fd926b
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
@@ -1,6 +1,6 @@
[project]
name = "nnunetv2"
version = "2.2.1"
version = "2.3"
requires-python = ">=3.9"
description = "nnU-Net is a framework for out-of-the box image segmentation."
readme = "readme.md"
Expand Down Expand Up @@ -32,7 +32,7 @@ keywords = [
dependencies = [
"torch>=2.0.0",
"acvl-utils>=0.2",
"dynamic-network-architectures>=0.2",
"dynamic-network-architectures<=0.3",
"tqdm",
"dicom2nifti",
"scipy",
Expand Down

0 comments on commit 9fd926b

Please sign in to comment.