diff --git a/setup.py b/setup.py index 3f3a5115..82a67321 100644 --- a/setup.py +++ b/setup.py @@ -14,5 +14,6 @@ include_package_data=True, url='https://github.com/DeltaRCM/DeltaMetrics', install_requires=['matplotlib', 'netCDF4', 'h5netcdf', - 'scipy', 'numpy', 'pyyaml', 'xarray', 'pooch'], + 'scipy', 'numpy', 'pyyaml', 'xarray', 'pooch', + 'Shapely', 'scikit-image', 'numba', 'h5py'], )