diff --git a/pyproject.toml b/pyproject.toml index 483c6c9..acb0bca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,9 +28,9 @@ classifiers = [ # Below the dependencies for brainmapper (the cellfinder CLI tool) only # (i.e., only what users will need for brainmapper) dependencies = [ - "brainglobe>=1.0.0", + "brainglobe>=1.2.0", "brainreg>=1.0.0", - "cellfinder>=1.1.0", + "cellfinder>=1.3.0", "configobj", "fancylog>=0.0.7", "imio",