From 5c8e6ff2bb7c60521bdbf8425e3e0fe5a1ffaca2 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Thu, 12 Oct 2023 17:18:21 +0200 Subject: [PATCH] DEP: Rename linkahead dependency and increase its version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6fb33736..913afdc1 100755 --- a/setup.py +++ b/setup.py @@ -155,7 +155,7 @@ def setup_package(): author='Henrik tom Wörden', author_email='h.tomwoerden@indiscale.com', python_requires='>=3.7', - install_requires=["caosdb>=0.11.0", + install_requires=["linkahead>=0.13.1", "jsonref", "jsonschema>=4.4.0", "numpy>=1.17.3", -- GitLab