From 9f22d085595e9f640dfd0cf37f0cde2f0a3bc596 Mon Sep 17 00:00:00 2001
From: Gerardo Tauriello <gerardo.tauriello@unibas.ch>
Date: Sun, 2 Dec 2018 00:37:03 -0500
Subject: [PATCH] Doc update dependencies

---
 doc/buildsystem.rst | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/doc/buildsystem.rst b/doc/buildsystem.rst
index 11430700..7f975230 100644
--- a/doc/buildsystem.rst
+++ b/doc/buildsystem.rst
@@ -23,18 +23,15 @@ Building |project|
 Dependencies
 --------------------------------------------------------------------------------
 
-|project| is build on top of |ost_l|_ (|ost_s|), requiring at least version
-1.7. |ost_s| must be configured and compiled with ``ENABLE_MM=1`` to use |openmm|_.
-To create the build system, |cmake|_ is required in version
-2.8.7 or higher. |python|_ works well from version 2.7. For |ost_s| and the
-|C++| bit of |project|, |boost|_ is required in version 1.53.0 (the same as
-used for |ost_s|). Also |eigen3|_ is needed. To build
-documentation, |sphinx|_ 1.2b1 is required.
-
+|project| is build on top of |ost_l|_ (|ost_s|), requiring at least version 1.8.
+|ost_s| must be configured and compiled with ``ENABLE_MM=1`` to use |openmm|_.
+To create the build system, |cmake|_ is required. The same versions of |python|_
+and |boost|_ are needed as used in |ost_s|. For |eigen3|_ we need at least
+version 3.3.0. To build the documentation, |sphinx|_ is required.
 
 The currently preferred versions are:
 
-* |ost_s|_ 1.7
+* |ost_s|_ 1.9
 * |openmm|_ 7.1.1
 * |cmake|_ 2.8.12
 * |python|_ 2.7.5
-- 
GitLab