Skip to content

Commit 09faed3

Browse files
committed
chore: remove torchvision, bump version
1 parent a8983dd commit 09faed3

File tree

4 files changed

+106
-90
lines changed

4 files changed

+106
-90
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11

2-
<a id='changelog-0.1.9'></a>
3-
# 0.1.9 — 2022-10-21
2+
<a id='changelog-0.1.11'></a>
3+
# 0.1.11 — 2022-10-21
4+
5+
## Removed
6+
7+
- unnecessary torchvision dependency
8+
<a id='changelog-0.1.10'></a>
9+
10+
# 0.1.10 — 2022-10-21
411

512
## Removed
613

714
- torch-optimizer removed from the optional dependency list. Started to cause headache.
15+
816
<a id='changelog-0.1.9'></a>
917

1018
# 0.1.9 — 2022-10-21

cellseg_models_pytorch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from . import inference, models, utils
22
from .models import CellPoseUnet, HoverNet, StarDistUnet
33

4-
__version__ = "0.1.10"
4+
__version__ = "0.1.11"
55
submodules = ["utils", "models", "inference"]
66
__all__ = [
77
"__version__",

0 commit comments

Comments
 (0)