Skip to content

Commit

Permalink
Pin 5.3.0 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jellespijker committed Mar 7, 2023
1 parent 5c5deac commit 8a73fa8
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 @@ -279,12 +279,12 @@ def validate(self):

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

0 comments on commit 8a73fa8

Please sign in to comment.