Skip to content

Commit

Permalink
set scipy version requirements to 0.11 rather than 0.13
Browse files Browse the repository at this point in the history
It turns out that everything we need is in 0.11
  • Loading branch information
Paul Nation authored and Paul Nation committed Jan 8, 2014
1 parent 4c45786 commit a3b58fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ GENERAL REQUIREMENTS
Package Version Details
------- ------- --------
Python 2.7+ Including version 3.
Numpy 1.7+ Requires new array creation methods.
Scipy 0.13+ Some routines not available/fail on lower versions.
Numpy 1.6+ Requires new array creation methods.
Scipy 0.11+ Some routines not available/fail on lower versions.
Matplotlib 1.2+ Some plotting routines do not work on lower versions.
GCC Compiler 4.2+ Needed for compiling c-code files used for ODE solvers.
Python Headers 2.7+ LINUX ONLY. Needed for compiling c-code files.
Expand Down

0 comments on commit a3b58fc

Please sign in to comment.