Skip to content

Commit

Permalink
Require main branch of libnest2d dependency.
Browse files Browse the repository at this point in the history
after-merge care for CURA-10951
  • Loading branch information
rburema committed Sep 8, 2023
1 parent 7475fb5 commit 1ba527c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def export_sources(self):
copy(self, "*", path.join(self.recipe_folder, "python"), path.join(self.export_sources_folder, "python"))

def requirements(self):
self.requires("savitar/(latest)@ultimaker/cura_10951")
self.requires("savitar/(latest)@ultimaker/testing")
self.requires("cpython/3.10.4")

def validate(self):
Expand Down

0 comments on commit 1ba527c

Please sign in to comment.