From c808c628dbdd43ad0384f6a4edd07cf6375f2fe8 Mon Sep 17 00:00:00 2001
From: Felipe <fima@dtu.dk>
Date: Wed, 24 Jul 2024 10:03:23 +0200
Subject: [PATCH] Requirements update

---
 requirements.txt | 3 ++-
 setup.py         | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 0f8cd33d..58a1a3dd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -24,4 +24,5 @@ k3d>=2.16.1
 olefile>=0.46
 psutil>=5.9.0
 structure-tensor>=0.2.1
-noise>=1.2.2
\ No newline at end of file
+noise>=1.2.2
+zarr>=2.18.2
\ No newline at end of file
diff --git a/setup.py b/setup.py
index bacc5a95..cba1ddc7 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as f:
 
 setup(
     name="qim3d",
-    version="0.3.8",
+    version="0.3.9",
     author="Felipe Delestro",
     author_email="fima@dtu.dk",
     description="QIM tools and user interfaces",
@@ -63,6 +63,7 @@ setup(
         "olefile>=0.46",
         "psutil>=5.9.0",
         "structure-tensor>=0.2.1",
-        "noise>=1.2.2"
+        "noise>=1.2.2",
+        "zarr>=2.18.2",
     ],
 )
-- 
GitLab