From 9732a1a6f2cfcdc7ce4bdcdc13e121237bead785 Mon Sep 17 00:00:00 2001 From: Konrad Hinsen Date: Mon, 15 Sep 2014 16:07:28 +0200 Subject: [PATCH] Add a warning about NumPy 1.9 --- README | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README b/README index dff7f9d..dfd576f 100644 --- a/README +++ b/README @@ -20,15 +20,13 @@ Installation ============ Prerequisites: Python 2.5 or higher, ScientificPython 2.6 or higher, - NumPy 1.x. + NumPy between 1.6 and 1.8. -It should still be possible to use Numerical Python 22.x or 23.x with -this release of MMTK, but migration to NumPy is strongly encouraged. -MMTK is NOT compatible with Numerical Python 24.x. - -Note: MMTK is developed and tested using Python 2.6/2.7and NumPy -1.6. However, it should work with Python 2.5 as well. +MMTK is NOT compatible with NumPy 1.9 or later, because it relies on a +submodule of NumPy that was removed in version 1.9. +Note: MMTK is developed and tested using Python 2.7 and NumPy +1.8. However, it should work with Python 2.6 as well. On most Unix systems, installation requires two commands: