Skip to content

Commit

Permalink
(#11829) lightgbm: bump fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
buresu authored Jul 20, 2022
1 parent b9916d3 commit 4609137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/lightgbm/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def configure(self):
def requirements(self):
self.requires("eigen/3.4.0")
self.requires("fast_double_parser/0.6.0")
self.requires("fmt/8.1.1")
self.requires("fmt/9.0.0")
if self.options.with_openmp and self.settings.compiler in ("clang", "apple-clang"):
self.requires("llvm-openmp/11.1.0")

Expand Down

0 comments on commit 4609137

Please sign in to comment.