Skip to content

Commit

Permalink
Bump minimum xarray to 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jthielen committed Jan 14, 2020
1 parent 46c6a8f commit ad60687
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ matrix:
include:
- python: 3.6
env:
- VERSIONS="numpy==1.13.0 matplotlib==2.1.0 scipy==1.0.0 pint==0.8 xarray==0.10.7 pandas==0.22.0"
- VERSIONS="numpy==1.13.0 matplotlib==2.1.0 scipy==1.0.0 pint==0.8 xarray==0.12.3 pandas==0.22.0"
- TASK="coverage"
- TEST_OUTPUT_CONTROL=""
- python: "3.8-dev"
Expand Down
2 changes: 1 addition & 1 deletion docs/installguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ years. For Python itself, that means supporting the last two minor releases.
* scipy >= 1.0.0
* pint >= 0.8
* pandas >= 0.22.0
* xarray >= 0.10.7
* xarray >= 0.12.3
* traitlets >= 4.3.0
* pooch >= 0.1

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install_requires =
numpy>=1.13.0
scipy>=1.0
pint>=0.8
xarray>=0.10.7
xarray>=0.12.3
pooch>=0.1
traitlets>=4.3.0
pandas>=0.22.0
Expand Down

0 comments on commit ad60687

Please sign in to comment.