Skip to content

Commit

Permalink
Merge pull request JiaweiZhuang#47 from pangeo-data/fix-36
Browse files Browse the repository at this point in the history
Pin xarray<=0.16.0
  • Loading branch information
raphaeldussin authored Nov 18, 2020
2 parents d08473c + 65590c9 commit ed3df2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
if on_rtd:
INSTALL_REQUIRES = []
else:
INSTALL_REQUIRES = ['esmpy>=8.0.0', 'xarray', 'numpy', 'scipy']
INSTALL_REQUIRES = ['esmpy>=8.0.0', 'xarray <= 0.16.0', 'numpy', 'scipy']

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit ed3df2b

Please sign in to comment.