From 6779d1eb26ce7fe49c51a3269c27f7d12ba20bf0 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 16 Oct 2020 15:38:34 -0400 Subject: [PATCH] DOC: Note new minimum Numpy --- doc/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 4fb01ba5ab..22eb22e872 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -84,7 +84,7 @@ Requirements .. check these against setup.cfg * Python_ 3.6 or greater -* NumPy_ 1.13 or greater +* NumPy_ 1.14 or greater * Packaging_ 14.3 or greater * SciPy_ (optional, for full SPM-ANALYZE support) * h5py_ (optional, for MINC2 support)