File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ matrix:
2626 - os : linux
2727 python : 3.5
2828 env :
29- - NUMPYSPEC=numpy
29+ - NUMPYSPEC=" numpy==1.13.3"
3030 - MATPLOTLIBSPEC=matplotlib
3131 - REFGUIDE_CHECK=1 # run doctests only
3232 - os : osx
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Installation
6666------------
6767
6868PyWavelets supports `Python `_ >=3.5, and is only dependent on `Numpy `_
69- (supported versions are currently ``>= 1.9 ``). To pass all of the tests,
69+ (supported versions are currently ``>= 1.13.3 ``). To pass all of the tests,
7070`Matplotlib `_ is also required.
7171
7272There are binary wheels for Intel Linux, Windows and macOS / OSX on PyPi. If
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ PyWavelets source code directory (containing ``setup.py``) and type::
3939The requirements needed to build from source are:
4040
4141 - Python _ 2.7 or >=3.4
42- - Numpy _ >= 1.9.1
42+ - Numpy _ >= 1.13.3
4343 - Cython _ >= 0.20.2 (if installing from git, not from a PyPI source release)
4444
4545To run all the tests for PyWavelets, you will also need to install the
Original file line number Diff line number Diff line change @@ -414,8 +414,8 @@ def setup_package():
414414 cmdclass = {'develop' : develop_build_clib },
415415 test_suite = 'nose.collector' ,
416416
417- install_requires = ["numpy>=1.9.1 " ],
418- setup_requires = ["numpy>=1.9.1 " ],
417+ install_requires = ["numpy>=1.13.3 " ],
418+ setup_requires = ["numpy>=1.13.3 " ],
419419 )
420420
421421 if "--force" in sys .argv :
You can’t perform that action at this time.
0 commit comments