Skip to content

Commit

Permalink
👷 Update demos conanfile (#22)
Browse files Browse the repository at this point in the history
* 👷 Update demos conanfile

* replace needed includes
  • Loading branch information
MaliaLabor authored Jan 16, 2025
1 parent d008f6b commit f761606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ class demos(ConanFile):
def requirements(self):
bootstrap = self.python_requires["libhal-bootstrap"]
bootstrap.module.add_demo_requirements(self)
self.requires("libhal-actuator/[^1.1.0 || latest]")
self.requires("libhal-actuator/[1.1.0 || latest]")

0 comments on commit f761606

Please sign in to comment.