Skip to content

Commit

Permalink
Bind to 1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Feb 9, 2024
1 parent 7b3415a commit 186a387
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 @@ -65,7 +65,7 @@ def build_requirements(self):
self.test_requires("jungle/cci.20221201")

def requirements(self):
self.requires("boost/[>=1.80]", transitive_headers=True)
self.requires("boost/1.83.0", transitive_headers=True)
self.requires("sisl/[>=11.1, include_prerelease=True]@oss/master", transitive_headers=True)
self.requires("nuraft/2.3.0", transitive_headers=True)

Expand Down

0 comments on commit 186a387

Please sign in to comment.