Skip to content

Commit

Permalink
proposal: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
toge committed Jan 20, 2024
1 parent 1f9eecb commit dea177e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/proposal/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ def requirements(self):
# from implementation in headers (templates)
self.requires("cubicinterpolation/0.1.5", transitive_headers=True, transitive_libs=True)
# spdlog: requires transitive_libs due to direct calls to functionality from headers
self.requires("spdlog/1.11.0", transitive_headers=True, transitive_libs=True)
self.requires("spdlog/1.13.0", transitive_headers=True, transitive_libs=True)
# nlohmann_json: public headers include json.hpp and json_fwd.hpp
self.requires("nlohmann_json/3.11.2", transitive_headers=True)
self.requires("nlohmann_json/3.11.3", transitive_headers=True)
if self.options.with_python:
self.requires("pybind11/2.10.1")
self.requires("pybind11/2.11.1")

def validate(self):
if is_msvc(self) and self.options.shared:
Expand Down

0 comments on commit dea177e

Please sign in to comment.