Skip to content
Snippets Groups Projects
Commit e1935885 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Requirements are exclusively in requirements.txt

parent 0e43ca5d
No related branches found
No related tags found
No related merge requests found
......@@ -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 |
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment