Skip to content

Commit

Permalink
Merge pull request #95 from amoodie/deploy
Browse files Browse the repository at this point in the history
update dependencies to be able to deploy package.
  • Loading branch information
Andrew Moodie authored Feb 23, 2022
2 parents bd2fe54 + 7eff2ad commit a94886b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
)

0 comments on commit a94886b

Please sign in to comment.