File tree Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ matrix:
37
37
env :
38
38
- DEPENDS=numpy==1.5.1 PYDICOM=0
39
39
# Absolute minimum dependencies plus oldest MPL
40
+ # Check these against:
41
+ # doc/source/installation.rst
42
+ # requirements.txt
43
+ # .travis.yml
40
44
- python : 2.7
41
45
env :
42
46
- DEPENDS="numpy==1.5.1 matplotlib==1.3.1" PYDICOM=0
Original file line number Diff line number Diff line change @@ -75,7 +75,12 @@ NiBabel from source.
75
75
Requirements
76
76
------------
77
77
78
- * Python _ 2.6 or greater
78
+ .. check these against:
79
+ nibabel/info.py
80
+ requirements.txt
81
+ .travis.yml
82
+
83
+ * Python _ 2.7 or greater
79
84
* NumPy _ 1.5 or greater
80
85
* SciPy _ (for full SPM-ANALYZE support)
81
86
* PyDICOM _ 0.9.7 or greater (for DICOM support)
Original file line number Diff line number Diff line change 108
108
https://pip.readthedocs.org/en/latest/installing.html
109
109
.. _twine : https://pypi.python.org/pypi/twine
110
110
.. _datapkg : https://pythonhosted.org/datapkg/
111
- .. _python imaging library : http ://pythonware.com/products/pil/
111
+ .. _python imaging library : https ://pypi.python.org/pypi/Pillow
112
112
113
113
.. Python imaging projects
114
114
.. _PyMVPA : http://www.pymvpa.org
Original file line number Diff line number Diff line change 102
102
nibabel distribution.
103
103
"""
104
104
105
- # versions for dependencies
106
- NUMPY_MIN_VERSION = '1.5'
105
+ # versions for dependencies. Check these against:
106
+ # doc/source/installation.rst
107
+ # requirements.txt
108
+ # .travis.yml
109
+ NUMPY_MIN_VERSION = '1.5.1'
107
110
PYDICOM_MIN_VERSION = '0.9.7'
108
111
109
112
# Main setup parameters
Original file line number Diff line number Diff line change
1
+ # Minumum requirements
2
+ #
3
+ # Check these against
4
+ # nibabel/info.py
5
+ # .travis.yml
6
+ # doc/source/installation.rst
7
+
1
8
numpy >= 1.5.1
You can’t perform that action at this time.
0 commit comments