From 6daaae1725774cc03afb98121a1ca9b91da2d5bc Mon Sep 17 00:00:00 2001 From: Cyprian Laskowski Date: Wed, 23 Aug 2023 18:30:38 +0200 Subject: [PATCH] Redmine #2619: updated cordex branch name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03ee411..ac5a296 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@structure_pipeline', + 'cordex @ git+https://github.com/clarinsi/cordex.git@structure_assignment', ], zip_safe=True)