Skip to content

Commit

Permalink
Use pyarcus 10951
Browse files Browse the repository at this point in the history
Contributes to CURA-10951 and CURA-10446
  • Loading branch information
jellespijker committed Aug 29, 2023
1 parent 6a42a55 commit 4e06697
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 @@ -95,7 +95,7 @@ def validate(self):
raise ConanInvalidConfiguration("Only versions 5+ are support")

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

def build_requirements(self):
Expand Down

0 comments on commit 4e06697

Please sign in to comment.