Skip to content

Commit

Permalink
Pin the specific stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
j.spijker@ultimaker.com authored and jellespijker committed Sep 20, 2023
1 parent d45b5d9 commit 2a41e71
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/stable")
self.requires("pyarcus/5.3.0")
self.requires("cpython/3.10.4")

def build_requirements(self):
Expand Down

0 comments on commit 2a41e71

Please sign in to comment.