From 4356b6c843c0efec47fabf9d59fdde80b34a0699 Mon Sep 17 00:00:00 2001
From: Felipe <fima@dtu.dk>
Date: Thu, 17 Oct 2024 15:10:59 +0200
Subject: [PATCH] setup.py updated with requirements

---
 setup.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 8abce05e..71dfa467 100644
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ setup(
     ],
     python_requires=">=3.10",
     install_requires=[
-        "gradio>=4.27.0",
+        "gradio==4.44",
         "h5py>=3.9.0",
         "localthickness>=0.1.2",
         "matplotlib>=3.8.0",
@@ -57,7 +57,8 @@ setup(
         "scipy>=1.11.2",
         "seaborn>=0.12.2",
         "setuptools>=68.0.0",
-        "tifffile>=2023.4.12",
+        "tifffile==2023.8.12",
+        "imagecodecs==2023.7.10",
         "tqdm>=4.65.0",
         "nibabel>=5.2.0",
         "ipywidgets>=8.1.2",
-- 
GitLab