Skip to content

Commit

Permalink
update conan with tilde constraint
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoxi Chen <[email protected]>
  • Loading branch information
xiaoxichen committed Apr 19, 2024
1 parent aa43265 commit be41347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def build_requirements(self):
self.build_requires("gtest/1.14.0")

def requirements(self):
self.requires("homestore/[~6.2.0, include_prerelease=True]@oss/master")
self.requires("sisl/[^12.1, include_prerelease=True]@oss/master")
self.requires("homestore/[~6.2, include_prerelease=True]@oss/master")
self.requires("sisl/[~12.1, include_prerelease=True]@oss/master")
self.requires("lz4/1.9.4", override=True)

def validate(self):
Expand Down

0 comments on commit be41347

Please sign in to comment.