Skip to content

Commit

Permalink
pagmo2: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Nov 4, 2023
1 parent 2749d69 commit 6feeb3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/pagmo2/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("boost/1.82.0")
self.requires("onetbb/2021.9.0")
self.requires("boost/1.83.0")
self.requires("onetbb/2021.10.0")
if self.options.with_eigen:
self.requires("eigen/3.4.0")
if self.options.with_nlopt:
Expand Down

0 comments on commit 6feeb3d

Please sign in to comment.