diff --git a/setup.py b/setup.py index 64ed032984..f4a10162ae 100644 --- a/setup.py +++ b/setup.py @@ -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'], @@ -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'],