Skip to content

Commit

Permalink
[MNT] Bump to numpy 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jrleeman committed Feb 11, 2019
1 parent cfaba37 commit a59f8fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -50,7 +50,7 @@ matrix:
include:
- python: 2.7
env:
- VERSIONS="numpy==1.11.0 matplotlib==2.0.0 scipy==0.17.0 pint==0.8 xarray==0.10.7"
- VERSIONS="numpy==1.12.0 matplotlib==2.0.0 scipy==0.17.0 pint==0.8 xarray==0.10.7"
- TASK="coverage"
- TEST_OUTPUT_CONTROL=""
- python: "3.6-dev"
Expand Down
2 changes: 1 addition & 1 deletion docs/installguide.rst
Expand Up @@ -36,7 +36,7 @@ years. For Python itself, that means supporting the last two minor releases, as
currently supporting Python 2.7.

* matplotlib >= 2.0.0
* numpy >= 1.11.0
* numpy >= 1.12.0
* scipy >= 0.17.0
* pint >= 0.8
* xarray >= 0.10.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -50,7 +50,7 @@
'metpy': ['static-data-manifest.txt']},

python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*',
install_requires=['matplotlib>=2.0.0', 'numpy>=1.11.0', 'scipy>=0.17.0',
install_requires=['matplotlib>=2.0.0', 'numpy>=1.12.0', 'scipy>=0.17.0',
'pint!=0.9', 'xarray>=0.10.7', 'enum34;python_version<"3.4"',
'pooch>=0.1, <0.3', 'traitlets>=4.3.0'],
extras_require={
Expand Down

0 comments on commit a59f8fc

Please sign in to comment.