Skip to content
Snippets Groups Projects
Commit 39f47fc3 authored by Dongwei Fu's avatar Dongwei Fu
Browse files

switching dependency from `python-hdf4` to `pyhdf`

parent 151e32ad
No related branches found
No related tags found
No related merge requests found
from setuptools import setup, find_packages
setup(name='intercal',
version='0.1.7',
packages=find_packages(),
package_data={'intercal': ['*.nc']},
install_requires=['numpy', 'netcdf4', 'python-hdf4', 'h5py'],
install_requires=['numpy', 'netcdf4', 'pyhdf', 'h5py'],
zip_safe=False,
entry_points={'console_scripts': ['iasi_viirs=intercal.iasi_viirs:main']})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment