Skip to content

Commit

Permalink
Update xarray version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdawn committed Apr 27, 2021
1 parent e75728c commit 097a74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@
pass

requires = ['numpy >=1.13', 'pillow', 'pyresample >=1.11.0', 'trollsift',
'trollimage >1.10.1', 'pykdtree', 'pyyaml', 'xarray >=0.10.1, !=0.13.0',
'trollimage >1.10.1', 'pykdtree', 'pyyaml', 'xarray >=0.14.1, !=0.13.0',
'dask[array] >=0.17.1', 'pyproj>=2.2', 'zarr', 'donfig', 'appdirs',
'pooch']

Expand Down

0 comments on commit 097a74b

Please sign in to comment.