Skip to content

Commit 0dbd8a0

Browse files
committed
NEP29: Bump minimum numpy to 1.13
1 parent 6863271 commit 0dbd8a0

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

doc/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Requirements
8484
.. check these against setup.cfg
8585
8686
* Python_ 3.5.1 or greater
87-
* NumPy_ 1.12 or greater
87+
* NumPy_ 1.13 or greater
8888
* SciPy_ (optional, for full SPM-ANALYZE support)
8989
* h5py_ (optional, for MINC2 support)
9090
* PyDICOM_ 0.9.9 or greater (optional, for DICOM support)

min-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Auto-generated by tools/update_requirements.py
2-
numpy ==1.12
2+
numpy ==1.13
3+
packaging

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Auto-generated by tools/update_requirements.py
2-
numpy >=1.12
2+
numpy >=1.13
3+
packaging

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ provides =
3030
[options]
3131
python_requires = >=3.5.1
3232
install_requires =
33-
numpy >=1.12
33+
numpy >=1.13
3434
packaging
3535
tests_require =
3636
nose >=0.11

0 commit comments

Comments
 (0)