From 139f40047c41ddaedac8e8f7432b16a802f50cf9 Mon Sep 17 00:00:00 2001 From: Anna Grim <108307071+anna-grim@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:33:59 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 04c77aa..7cdca0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ dependencies = [ 'more_itertools', 'networkx', 'plotly', + 'scikit-image', 'scikit-learn', 'scipy', 'tensorboard',