Skip to content

Commit

Permalink
Merge pull request #275 from twsearle/patch-1
Browse files Browse the repository at this point in the history
Add xarray to environment requirements.txt
  • Loading branch information
andrewgryan authored Feb 7, 2020
2 parents d25867e + 584411a commit f215c70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion forest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
.. automodule:: forest.presets
"""
__version__ = '0.7.0'
__version__ = '0.7.1'

from .config import *
from . import (
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ intake
intake-esm
pygrib
libwebp=1.0.2 # Pin to prevent Travis issue
numpy=1.17.*
xarray

0 comments on commit f215c70

Please sign in to comment.