mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Cheating with Arcus
Contributes to CURA-9365
This commit is contained in:
parent
46929ad302
commit
803858c4e9
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
"None":
|
"None":
|
||||||
requirements:
|
requirements:
|
||||||
- "arcus/(latest)@ultimaker/stable"
|
- "arcus/[5.1.0-alpha.1]@ultimaker/cura_9365"
|
||||||
- "curaengine/(latest)@ultimaker/stable"
|
- "curaengine/(latest)@ultimaker/stable"
|
||||||
- "savitar/(latest)@ultimaker/stable"
|
- "savitar/(latest)@ultimaker/stable"
|
||||||
- "pynest2d/(latest)@ultimaker/stable"
|
- "pynest2d/(latest)@ultimaker/stable"
|
||||||
|
|
|
@ -27,7 +27,7 @@ class CuraConan(ConanFile):
|
||||||
|
|
||||||
# FIXME: Remove specific branch once merged to main
|
# 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
|
# 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"
|
python_requires_extend = "umbase.UMBaseConanfile"
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue