From 9589d65660e8dcfd4be30b05d0b2794508fd0906 Mon Sep 17 00:00:00 2001 From: David Grundfest <s233039@dtu.dk> Date: Thu, 17 Oct 2024 13:52:02 +0200 Subject: [PATCH] Specific version of gradio, tifffile and imagecodecs --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7decb4f3..c6c42976 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ albumentations>=1.3.1 -gradio>=4.27.0 +gradio==4.44 h5py>=3.9.0 localthickness>=0.1.2 matplotlib>=3.8.0 @@ -12,7 +12,8 @@ scipy>=1.11.2 seaborn>=0.12.2 pydicom>=2.4.4 setuptools>=68.0.0 -tifffile>=2023.4.12 +imagecodecs==2023.7.10 +tifffile==2023.8.12 torch>=2.0.1 torchvision>=0.15.2 torchinfo>=1.8.0 -- GitLab