From a7b1052b27c86731787d8f9837bfefbad5a00fe0 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Mon, 1 Aug 2022 16:10:16 +0200 Subject: [PATCH] Use the latest pyarcus dependency Since we split of Arcus and pyArcus into separate repo's Contributes to CURA-8824 and CURA-8831 --- conandata.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conandata.yml b/conandata.yml index 220bfec301..c89951748f 100644 --- a/conandata.yml +++ b/conandata.yml @@ -12,7 +12,7 @@ # Subject to change in the future! "None": requirements: - - "arcus/5.1.0" + - "pyarcus/(latest)@ultimaker/testing" - "curaengine/(latest)@ultimaker/testing" - "savitar/5.1.0" - "pynest2d/5.1.0" @@ -104,7 +104,7 @@ Linux: "./icons/cura-128.png" "5.2.0-alpha": requirements: - - "arcus/5.1.0" + - "pyarcus/(latest)@ultimaker/testing" - "curaengine/(latest)@ultimaker/testing" - "savitar/5.1.0" - "pynest2d/5.1.0"