From 950ac6be968b59500bc4664fc7efe665e2c8cbe3 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 30 Sep 2021 11:29:39 +0200
Subject: [PATCH] Apply suggestion to doc/templates.rst

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

diff --git a/doc/templates.rst b/doc/templates.rst
index 5010dd4c..739cc2e7 100644
--- a/doc/templates.rst
+++ b/doc/templates.rst
@@ -495,7 +495,9 @@ environment with all ``bob`` dependencies:
 The versions solved by ``conda`` should be the newest compatible ones you can
 use. If you require a specific version of a dependency, say ``h5py`` you can
 specify only that version in the ``conda`` command and let conda solve the
-rest.
+rest. Note that you have to update the pinned version of all packages at once
+according to the ``conda create`` output. It is not possible to just update
+the version of one dependency alone.
 
 .. note::
 
-- 
GitLab