Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Jul 4, 2023
1 parent fbf5288 commit 348e3e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,17 +270,17 @@ def validate(self):

def requirements(self):
self.requires("pyarcus/5.2.2")
self.requires("curaengine/(latest)@ultimaker/stable")
self.requires("curaengine/5.4.0@ultimaker/stable")
self.requires("pysavitar/5.2.2")
self.requires("pynest2d/5.2.2")
self.requires("uranium/(latest)@ultimaker/stable")
self.requires("cura_binary_data/(latest)@ultimaker/stable")
self.requires("uranium/5.4.0@ultimaker/stable")
self.requires("cura_binary_data/5.4.0@ultimaker/stable")
self.requires("cpython/3.10.4")
if self.options.internal:
self.requires("cura_private_data/(latest)@ultimaker/testing")
self.requires("fdm_materials/(latest)@internal/testing")
else:
self.requires("fdm_materials/(latest)@ultimaker/stable")
self.requires("fdm_materials/5.4.0@ultimaker/stable")

def build_requirements(self):
if self.options.devtools:
Expand Down

0 comments on commit 348e3e7

Please sign in to comment.