Skip to content

Commit

Permalink
Update SCIP to 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hedtke committed May 21, 2024
1 parent 61e2d47 commit bf4c80d
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 @@ -73,7 +73,7 @@ def layout(self):
cmake_layout(self)

def requirements(self):
self.requires("scip/8.1.0", transitive_headers=True)
self.requires("scip/9.0.1", transitive_headers=True)
if self.options.with_tests:
self.requires("boost/1.84.0") # required only for tests

Expand Down

0 comments on commit bf4c80d

Please sign in to comment.