From fc28b110edac36bf0621dc93b2d1981376c0d5c4 Mon Sep 17 00:00:00 2001 From: Jonas Schuhmacher Date: Wed, 15 May 2024 02:43:20 +0200 Subject: [PATCH] updates versions in docs --- README.md | 6 +++--- docs/quickstart/installation.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 22805c9..5c56017 100644 --- a/README.md +++ b/README.md @@ -258,12 +258,12 @@ The project uses the following dependencies, all of them are **automatically** set-up via CMake: - GoogleTest (1.13.0 or compatible), only required for testing -- spdlog (1.11.0 or compatible), required for logging +- spdlog (1.13.0 or compatible), required for logging - tetgen (1.6 or compatible), required for I/O -- yaml-cpp (0.7.0 or compatible), required for I/O +- yaml-cpp (0.8.0 or compatible), required for I/O - thrust (2.1.0 or compatible), required for parallelization and utility - xsimd (11.1.0 or compatible), required for vectorization of the `atan(..)` -- pybind11 (2.10.4 or compatible), required for the Python interface, but not the C++ standalone +- pybind11 (2.12.0 or compatible), required for the Python interface, but not the C++ standalone The module will be build using a C++17 capable compiler, CMake. Just execute the following command in diff --git a/docs/quickstart/installation.rst b/docs/quickstart/installation.rst index e4a0621..af9871c 100644 --- a/docs/quickstart/installation.rst +++ b/docs/quickstart/installation.rst @@ -105,10 +105,10 @@ Dependencies (automatically set-up) Dependencies (all of them are automatically set-up via :code:`CMake`): - GoogleTest (1.13.0 or compatible), only required for testing -- spdlog (1.11.0 or compatible), required for logging +- spdlog (1.13.0 or compatible), required for logging - tetgen (1.6 or compatible), required for I/O -- yaml-cpp (0.7.0 or compatible), required for I/O +- yaml-cpp (0.8.0 or compatible), required for I/O - thrust (2.1.0 or compatible), required for parallelization and utility - xsimd (11.1.0 or compatible), required for vectorization of the :code:`atan(..)` -- pybind11 (2.10.4 or compatible), required for the Python interface, but not the C++ standalone +- pybind11 (2.12.0 or compatible), required for the Python interface, but not the C++ standalone