From fa326a980d1980bff6b6ef37ad7e7af7e89a6398 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Tue, 31 Jan 2023 15:34:26 +0100
Subject: [PATCH] Fixed bug in vipscore_common install requires

---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 8c98f20..66a5552 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,7 +22,7 @@ install_requires =
     pydantic
     pytz
     pandas
-    vips_common @ git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@v0.6.1
+    vipscore_common @ git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@v0.6.3
 
 [options.packages.find]
 where = src
\ No newline at end of file
-- 
GitLab