Skip to content

Commit

Permalink
REL: pin numpy and update deepcell-toolbox dependency (#110)
Browse files Browse the repository at this point in the history
MAINT: increment deepcell-toolbox dependency.

 * Bump to next minor version.

REL: increment patch number.
  • Loading branch information
rossbar committed Dec 21, 2022
1 parent 199dde2 commit 0adc52d
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.6.3'
VERSION = '0.6.4'
NAME = 'DeepCell_Tracking'
DESCRIPTION = 'Tracking cells and lineage with deep learning.'
LICENSE = 'LICENSE'
Expand All @@ -61,7 +61,7 @@
'pandas',
'scipy',
'scikit-image>=0.14.5',
'deepcell-toolbox~=0.11.2'
'deepcell-toolbox~=0.12.0'
],
extras_require={
'tests': ['pytest<6',
Expand Down

0 comments on commit 0adc52d

Please sign in to comment.