From d4898fe98ea1685dcd523ceda23c5f0c57de7077 Mon Sep 17 00:00:00 2001 From: Harry Carey <38996929+PolarBean@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:39:21 +0200 Subject: [PATCH] fix brainglobe name --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7ccfaa8..7619828 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( long_description_content_type='text/markdown', install_requires=[ 'numpy', - 'brainglobe_atlasapi', + 'brainglobe-atlasapi', 'pandas', 'requests', 'pynrrd', @@ -21,4 +21,4 @@ setup( 'opencv-python', 'scikit-image' ] -) \ No newline at end of file +) -- GitLab