mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Use pyArcus with static compiled Arcus and Protobuf
Contributes to CURA-10475
This commit is contained in:
parent
0567fb7695
commit
c65f0e1493
1 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ class CuraConan(ConanFile):
|
|||
|
||||
def set_version(self):
|
||||
if not self.version:
|
||||
self.version = "5.4.0-alpha"
|
||||
self.version = "5.4.0-alpha.1"
|
||||
|
||||
@property
|
||||
def _pycharm_targets(self):
|
||||
|
@ -269,8 +269,8 @@ class CuraConan(ConanFile):
|
|||
raise ConanInvalidConfiguration("Only versions 5+ are support")
|
||||
|
||||
def requirements(self):
|
||||
self.requires("pyarcus/5.2.2")
|
||||
self.requires("curaengine/latest@ultimaker/testing")
|
||||
self.requires("pyarcus/latest@ultimaker/cura_10475") # TODO: point to `testing` once the CURA-10475 from CuraEngine is main
|
||||
self.requires("curaengine/latest@ultimaker/cura_10475") # TODO: point to `testing` once the CURA-10475 from CuraEngine is main
|
||||
self.requires("pysavitar/5.2.2")
|
||||
self.requires("pynest2d/5.2.2")
|
||||
self.requires("uranium/(latest)@ultimaker/testing")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue