Skip to content

Commit

Permalink
Bump deepcell-toolbox to 0.10.x (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf authored Jun 25, 2021
1 parent 87da15b commit cbb6b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
readme = f.read()


VERSION = '0.4.0'
VERSION = '0.4.1'
NAME = 'DeepCell_Tracking'
DESCRIPTION = 'Tracking cells and lineage with deep learning.'
LICENSE = 'LICENSE'
Expand All @@ -62,7 +62,7 @@
'pathlib',
'scipy',
'scikit-image>=0.14.5',
'deepcell-toolbox>=0.9.0,<0.10.0'],
'deepcell-toolbox~=0.10.0'],
extras_require={
'tests': ['pytest<6',
'pytest-pep8',
Expand Down

0 comments on commit cbb6b42

Please sign in to comment.