From 803858c4e9b29ffe095ce58fb65c71461358f32f Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Wed, 22 Jun 2022 11:04:12 +0200 Subject: [PATCH] Cheating with Arcus Contributes to CURA-9365 --- conandata.yml | 2 +- conanfile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conandata.yml b/conandata.yml index 9ad7e9edae..f1ad7c96aa 100644 --- a/conandata.yml +++ b/conandata.yml @@ -1,6 +1,6 @@ "None": requirements: - - "arcus/(latest)@ultimaker/stable" + - "arcus/[5.1.0-alpha.1]@ultimaker/cura_9365" - "curaengine/(latest)@ultimaker/stable" - "savitar/(latest)@ultimaker/stable" - "pynest2d/(latest)@ultimaker/stable" diff --git a/conanfile.py b/conanfile.py index e157cf2e18..e4ada61bed 100644 --- a/conanfile.py +++ b/conanfile.py @@ -27,7 +27,7 @@ class CuraConan(ConanFile): # FIXME: Remove specific branch once merged to main # Extending the conanfile with the UMBaseConanfile https://github.com/Ultimaker/conan-ultimaker-index/tree/CURA-9177_Fix_CI_CD/recipes/umbase - python_requires = "umbase/[>=0.1.1]@ultimaker/testing" + python_requires = "umbase/0.1.1@ultimaker/testing" python_requires_extend = "umbase.UMBaseConanfile" options = {