From 590bba7e05546f758017656e8cd01ebc08a49ebf Mon Sep 17 00:00:00 2001 From: Felix Goding <felgo673@student.liu.se> Date: Tue, 3 Mar 2020 12:13:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb71c4d7..fd98f919 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ How to build and debug the library during development. The following packages are required in order to build the library: * cmake 3.8+ * gcc 7+/clang 7+/msvc 16+ - * fmtlib 6.1.2+ + * fmtlib 5.2.1+ * pybind11 2.3.0+ * python 3.6+ * setuptools -- GitLab