From c3720746a46d8881220d7b34b3c65a0125a5e140 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 28 Feb 2023 10:00:44 +0100 Subject: [PATCH] Depending on the latest version of vipscore-python-common --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aeee457..ac91488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "pydantic", "pytz", "pandas", - "vipscore_common @ git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@0.2.3" + "vipscore_common @ git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git" ] requires-python = ">=3.9" -- GitLab