From 6d9f07ce5c635bf44d70f1c9fc9e3ab1952fc49d Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Mon, 21 Nov 2022 08:37:20 +0100
Subject: [PATCH] DOC: Updated Conan version.

---
 doc/DEPENDENCIES.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/DEPENDENCIES.md b/doc/DEPENDENCIES.md
index 8112375..2716e78 100644
--- a/doc/DEPENDENCIES.md
+++ b/doc/DEPENDENCIES.md
@@ -1,9 +1,11 @@
 # Dependencies #
 
+Exact versions of some packages here are listed in `requirements.txt`.
+
 ## General ##
 
 ```
->=conan-1.50.0 (e.g. with `pip install conan`)
+>=conan-1.54.0 (e.g. with `pip install conan`)
 >=cmake-3.13
 >=gcc-10.2.0 | >=clang-11
 ```
-- 
GitLab