Skip to content

Commit

Permalink
chore: remove torchvision, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
okunator committed Oct 21, 2022
1 parent a8983dd commit 09faed3
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 90 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@

<a id='changelog-0.1.9'></a>
# 0.1.9 — 2022-10-21
<a id='changelog-0.1.11'></a>
# 0.1.11 — 2022-10-21

## Removed

- unnecessary torchvision dependency
<a id='changelog-0.1.10'></a>

# 0.1.10 — 2022-10-21

## Removed

- torch-optimizer removed from the optional dependency list. Started to cause headache.

<a id='changelog-0.1.9'></a>

# 0.1.9 — 2022-10-21
Expand Down
2 changes: 1 addition & 1 deletion cellseg_models_pytorch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from . import inference, models, utils
from .models import CellPoseUnet, HoverNet, StarDistUnet

__version__ = "0.1.10"
__version__ = "0.1.11"
submodules = ["utils", "models", "inference"]
__all__ = [
"__version__",
Expand Down
Loading

0 comments on commit 09faed3

Please sign in to comment.