From 6c7e1b772ab398155ee6d5b3ad864f5266f78350 Mon Sep 17 00:00:00 2001 From: Eduardo Hirata-Miyasaki Date: Tue, 18 Jun 2024 13:42:05 -0700 Subject: [PATCH] bumping to cellpose 3 (#92) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80d942af..64d3948d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dynamic = ["version"] [project.optional-dependencies] metrics = [ - "cellpose==2.1.0", + "cellpose>=3.0.1", "scikit-learn>=1.1.3", "torchmetrics[detection]>=1.3.1", "ptflops>=0.7",