Skip to content

Commit

Permalink
Force pyresample minimum version in setup.py to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Nov 23, 2018
1 parent a0b54b3 commit bc6ec5e
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 @@ -31,7 +31,7 @@

from setuptools import find_packages, setup

requires = ['numpy >=1.12', 'pillow', 'pyresample >=1.10.0', 'trollsift',
requires = ['numpy >=1.12', 'pillow', 'pyresample >=1.10.3', 'trollsift',
'trollimage >=1.5.1', 'pykdtree', 'six', 'pyyaml', 'xarray >=0.10.1',
'dask[array] >=0.17.1']

Expand Down

0 comments on commit bc6ec5e

Please sign in to comment.