Skip to content

Commit 21ab647

Browse files
committed
FIX: Need numpy 1.12 for fixed assert_warns
1 parent 5c496aa commit 21ab647

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/source/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Requirements
8484
.. check these against setup.cfg
8585
8686
* Python_ 3.5 or greater
87-
* NumPy_ 1.10.1 or greater
88-
* Six_ 1.3 or greater
87+
* NumPy_ 1.12 or greater
88+
* Six_ 1.7 or greater
8989
* SciPy_ (optional, for full SPM-ANALYZE support)
9090
* PyDICOM_ 0.9.9 or greater (optional, for DICOM support)
9191
* `Python Imaging Library`_ (optional, for PNG conversion in DICOMFS)

min-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Auto-generated by tools/update_requirements.py
2-
numpy ==1.10.1
2+
numpy ==1.12
33
six ==1.7

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Auto-generated by tools/update_requirements.py
2-
numpy >=1.10.1
2+
numpy >=1.12
33
six >=1.7

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ provides =
3131
[options]
3232
python_requires = >=3.5
3333
install_requires =
34-
numpy >=1.10.1
34+
numpy >=1.12
3535
six >=1.7
3636
tests_require =
3737
nose >=0.10.1

0 commit comments

Comments
 (0)