From c98f469eee1d70bb7a5ce5e90a887bfe2a80dcbf Mon Sep 17 00:00:00 2001 From: Mehdi Seifi Date: Wed, 16 Oct 2024 10:48:53 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1c9c69..97782b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "napari", "h5py", "pooch", - "timm", + "timm==1.0.9", "segment-anything-py", "segment-anything-hq", ]