From 14a9054d6e60a09f59fbaf3cda4fce5087d9da70 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Tue, 31 Jan 2023 15:05:20 +0100
Subject: [PATCH] Correct import from vips_common

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

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