From 87973a43fbc41007908f61a05f08e65255194a6a Mon Sep 17 00:00:00 2001 From: fynnbe Date: Mon, 18 Nov 2024 14:53:21 +0100 Subject: [PATCH] add tifffile pin to dev env --- dev/env.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/env.yaml b/dev/env.yaml index 0aacd6388..57caa0814 100644 --- a/dev/env.yaml +++ b/dev/env.yaml @@ -32,7 +32,7 @@ dependencies: - rich - ruff - ruyaml - - tifffile + - tifffile[version='>=2020.7.4'] - tqdm - typing-extensions - zipp diff --git a/setup.py b/setup.py index 6c7a82415..a408d79f1 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ "requests", "rich", "ruyaml", - "tifffile >=2020.7.4", + "tifffile>=2020.7.4", "tqdm", "typing-extensions", "zipp",