Skip to content

Commit

Permalink
Require geotiepoints >= 1.1.7 for py3 and fast modis interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Oct 9, 2018
1 parent 5144dfa commit c18ac87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
extras_require = {
# Readers:
'xRIT': ['mipp >= 0.6.0'],
'hdfeos_l1b': ['python-hdf4'],
'hdfeos_l1b': ['python-hdf4', 'python-geotiepoints >= 1.1.7'],
'geocat': ['python-hdf4'],
'acspo': ['netCDF4 >= 1.1.8'],
'clavrx': ['netCDF4 >= 1.1.8'],
Expand All @@ -57,13 +57,13 @@
'viirs_compact': ['h5py >= 2.7.0'],
'omps_edr': ['h5py >= 2.7.0'],
'amsr2_l1b': ['h5py >= 2.7.0'],
'hrpt': ['pyorbital >= 1.3.1', 'pygac', 'python-geotiepoints'],
'hrpt': ['pyorbital >= 1.3.1', 'pygac', 'python-geotiepoints >= 1.1.7'],
'proj': ['pyresample'],
'pyspectral': ['pyspectral >= 0.7.0'],
'pyorbital': ['pyorbital >= 1.3.1'],
'hrit_msg': ['pytroll-schedule'],
'nc_nwcsaf_msg': ['netCDF4 >= 1.1.8'],
'sar_c': ['python-geotiepoints', 'gdal'],
'sar_c': ['python-geotiepoints >= 1.1.7', 'gdal'],
'abi_l1b': ['h5netcdf'],
# Writers:
'scmi': ['netCDF4 >= 1.1.8'],
Expand Down

0 comments on commit c18ac87

Please sign in to comment.