diff --git a/pyproject.toml b/pyproject.toml index 205cd19..61100ea 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.2.0", + "brainglobe>=1.3.0", "configobj", - "fancylog>=0.0.7", + "fancylog>=0.4.2", "multiprocessing-logging>=0.3.4", "natsort", "numpy",