Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
contributes to CURA-10951
  • Loading branch information
jellespijker committed Aug 29, 2023
1 parent 7d40844 commit a9712b5
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):

def requirements(self):
self.requires("protobuf/3.21.9", transitive_headers=True)
self.requires("arcus/(latest)@ultimaker/cura_10475") # TODO: point to `testing` once the CURA-10475 from libArcus is main
self.requires("arcus/(latest)@ultimaker/cura_10475")
self.requires("cpython/3.10.4") # Maybe place this in build_requirements as well
self.requires("zlib/1.2.12")

Expand Down

0 comments on commit a9712b5

Please sign in to comment.