diff --git a/pyproject.toml b/pyproject.toml index b1e51cce..9c13c697 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,16 +9,17 @@ authors = [ { name = "Hélène Boisgontier", email = "helene.boisgontier@deltares.nl" }, ] dependencies = [ - "hydromt >=0.8", "dask", "geopandas >=0.10", + "hydromt >=0.8", "netcdf4", "numpy", "pandas", "pyflwdir>=0.5.7", - "rasterio", + "pyproj", "rioxarray", "scipy", + "shapely", "toml", "xarray", ]