Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianIsensee committed Jul 29, 2024
1 parent 96253e9 commit 834b80f
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.5"
version = "2.5.1"
requires-python = ">=3.9"
description = "nnU-Net is a framework for out-of-the box image segmentation."
readme = "readme.md"
Expand Down Expand Up @@ -50,7 +50,7 @@ dependencies = [
"seaborn",
"imagecodecs",
"yacs",
"batchgeneratorsv2",
"batchgeneratorsv2>=0.2",
"einops"
]

Expand Down

0 comments on commit 834b80f

Please sign in to comment.