From 387566787d3262a3ed904a1f8fac5fd12651a355 Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Wed, 31 Jul 2024 15:58:54 +0100 Subject: [PATCH] Update dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",