Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
initze committed Jul 15, 2024
1 parent b8cf736 commit 938b809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This will pull the CUDA 12 version of pytorch. If you are running CUDA 11, you n

#### cucim

You can install cucim to speed up the postprocessing process. cucim will use the gpu to perform binary erosion of edge artifacts, which runs alot faster than the standard CPU implementation of scikit-learn.
You can install cucim to speed up the postprocessing process. cucim will use the gpu to perform binary erosion of edge artifacts, which runs a lot faster than the standard CPU implementation of scikit-learn.

`pip install --extra-index-url=https://pypi.nvidia.com cucim-cu11==24.4.*`

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "thaw-slump-segmentation"
version = "0.10.4"
version = "0.10.5"
description = "Thaw slump segmentation workflow using PlanetScope data and pytorch"
authors = [
{ name = "Ingmar Nitze", email = "ingmar.nitze@awi.de" },
Expand Down

0 comments on commit 938b809

Please sign in to comment.