Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Hoese <david.hoese@ssec.wisc.edu>
  • Loading branch information
mraspaud and djhoese authored Oct 10, 2023
1 parent 9f12529 commit 700ac96
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 @@ -22,7 +22,7 @@

from setuptools import find_packages, setup

requires = ['numpy >1.20', 'pillow', 'pyresample >=1.24.0', 'trollsift',
requires = ['numpy >=1.21', 'pillow', 'pyresample >=1.24.0', 'trollsift',
'trollimage >=1.20', 'pykdtree', 'pyyaml >=5.1', 'xarray >=0.10.1, !=0.13.0',
'dask[array] >=0.17.1', 'pyproj>=2.2', 'zarr', 'donfig', 'appdirs',
'packaging', 'pooch', 'pyorbital']
Expand Down

0 comments on commit 700ac96

Please sign in to comment.