Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hedtke committed May 17, 2024
1 parent 540f7f0 commit 08e6d8d
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 @@ -73,9 +73,9 @@ def layout(self):
cmake_layout(self)

def requirements(self):
self.requires("scip/8.0.4", transitive_headers=True)
self.requires("scip/8.1.0", transitive_headers=True)
if self.options.with_tests:
self.requires("boost/[>=1.81.0 <2]") # required only for tests
self.requires("boost/[>=1.85.0 <2]") # required only for tests

def generate(self):
tc = CMakeToolchain(self)
Expand Down

0 comments on commit 08e6d8d

Please sign in to comment.