From f14a660f6c2ce04276c2286ec9e67e4fa8591b11 Mon Sep 17 00:00:00 2001 From: benjijamorris <54606172+benjijamorris@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:32:23 -0700 Subject: [PATCH] switch to monai (#429) Co-authored-by: Benjamin Morris --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c569bb7d..38ba08d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "universal-pathlib>=0.0", "ome-zarr>=0.6", "anndata>=0.8", - "monai-weekly>=1.2.dev2308", + "monai>=1.2", "timm>=0.9.7", "tqdm>=4.64", "lightning>=2.0",