From e19358854aca262d7942b36ae736bc6c06b88b9a Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Mon, 22 Aug 2016 17:05:06 +0100 Subject: [PATCH] Requirements are exclusively in requirements.txt --- README.md | 25 +++---------------------- requirements.txt | 2 ++ 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index b0598558f..017cb286d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ fslpy The `fslpy` project is a [FSL](http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/) programming library written in Python. It is used by -[FSLeyes](https://git.fmrib.ox.ac.uk/paulmc/fsleyes/). +[FSLeyes](https://git.fmrib.ox.ac.uk/paulmc/fsleyes/). See the +[requirements.txt file](../blob/master/requirements.txt) for details on +``fslpy`` dependencies. Documentation @@ -13,24 +15,3 @@ Documentation Take a look at the [Documentation for developers](http://users.fmrib.ox.ac.uk/~paulmc/fslpy/index.html) if you want to program with `fslpy`. - - -Dependencies ------------- - - -`fslpy` depends upon the following libraries: - - -| Library | Version | -| -------------------------------------------------------------- | ------- | -| [indexed_gzip](https://github.com/pauldmccarthy/indexed_gzip/) | Latest | -| [props](https://git.fmrib.ox.ac.uk/paulmc/props/) | Latest | -| [matplotlib](http://matplotlib.org/) | 1.5.1 | -| [nibabel](http://nipy.org/nibabel/) | 2.0.2 | -| [numpy](http://www.numpy.org/) | 1.11.0 | -| [scipy](http://www.scipy.org/) | 0.17.0 | -| [six](https://pythonhosted.org/six/) | 1.10.0 | -| [Sphinx](http://www.sphinx-doc.org/en/stable/) | 1.4.1 | -| [Sphinx RTD theme](https://github.com/snide/sphinx_rtd_theme) | 0.1.9 | -| [wxPython](http://wxpython.org/) | 3.0.2.0 | diff --git a/requirements.txt b/requirements.txt index 29b378c4b..66907e7b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,7 @@ six>=1.10.0 numpy>=1.11.1 matplotlib>=1.5.1 nibabel>=2.0.2 +sphinx>=1.4.1 +sphinx-rtd-theme>=0.1.9 git+https://github.com/pauldmccarthy/indexed_gzip.git#egg=indexed_gzip git+ssh://git@git.fmrib.ox.ac.uk/paulmc/props.git#egg=props -- GitLab