From f62f4d3c5f85f76e466ad672c14e14cc23101e40 Mon Sep 17 00:00:00 2001 From: Cyprian Laskowski Date: Thu, 17 Aug 2023 11:06:10 +0200 Subject: [PATCH] Redmine #2619: switched to dedicated cordex branch for now --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 89fa021..03ee411 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,6 @@ setup(name='structure_assignment', install_requires=['lxml', 'classla', 'conversion_utils @ git+https://gitea.cjvt.si/generic/conversion_utils.git', - 'cordex @ git+https://github.com/clarinsi/cordex.git', + 'cordex @ git+https://github.com/clarinsi/cordex.git@structure_pipeline', ], zip_safe=True)