Skip to content

Commit

Permalink
Add a warning about NumPy 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Hinsen committed Sep 15, 2014
1 parent 0b225e6 commit 9732a1a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 9732a1a

Please sign in to comment.