This is an automated email from the git hooks/post-receive script. yoh pushed a commit to tag 0.4 in repository python-mne.
commit 2e506251d26c30f69088368e8703e61aea1afe31 Author: Alexandre Gramfort <[email protected]> Date: Thu Mar 22 10:07:51 2012 +0100 update dependency list --- README.rst | 6 ++++-- doc/source/getting_started.rst | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ca4c46d..34676b1 100644 --- a/README.rst +++ b/README.rst @@ -45,8 +45,10 @@ request to the main repository. Dependencies ============ -The required dependencies to build the software are python >= 2.5, -NumPy >= 1.4, SciPy >= 0.7. +The required dependencies to build the software are python >= 2.6, +NumPy >= 1.4, SciPy >= 0.7.2 and matplotlib >= 0.98.4. + +Some isolated functions (e.g. filtering with firwin2 require Scipy >= 0.9). To run the tests you will also need nose >= 0.10. and the MNE sample dataset (will be downloaded automatically diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index 11a3489..8ae1014 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -30,7 +30,10 @@ Outside the Martinos Center --------------------------- MNE is written in pure Python making it easy to setup of -any machine with Python >=2.6, Numpy >= 1.3 and Scipy >= 0.7.2 +any machine with Python >=2.6, Numpy >= 1.4, Scipy >= 0.7.2 +and matplotlib >= 0.98.4. + +Some isolated functions (e.g. filtering with firwin2 require Scipy >= 0.9). For a fast and up to date scientific Python environment you can install EPD available at: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
