From caf75b9f36ebd638658fe7785b3463fc7f267bb4 Mon Sep 17 00:00:00 2001 From: David Manthey Date: Thu, 12 Sep 2024 13:15:39 -0400 Subject: [PATCH] Add another extras dependency to improve plotting --- girder_annotation/setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/girder_annotation/setup.py b/girder_annotation/setup.py index 143dc5751..f28a9cd3b 100644 --- a/girder_annotation/setup.py +++ b/girder_annotation/setup.py @@ -58,6 +58,8 @@ def prerelease_local_scheme(version): ], extras_require={ 'compute': [ + 'openpyxl', + 'pandas', 'umap-learn', ], 'tasks': [