diff --git a/pyproject.toml b/pyproject.toml index f5cca85..7ea5dbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,17 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Topic :: Scientific/Engineering" ] +dependencies = [ + "attrs", + "flox", + "numpy", + "pandas", + "rasterio", + "rioxarray", + "typer", + "xarray >= 2022.06.0", + "xarray-sentinel >= 0.9.3" +] description = "Algorithms and utilities for Synthetic Aperture Radar (SAR) sensors" dynamic = ["version"] license = {file = "LICENSE"}