From 9ad74746ffae242bd6051c4398a56272a29e1fd7 Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Thu, 1 Aug 2024 11:57:09 +0100 Subject: [PATCH] Update dependencies (#123) --- 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",