Skip to content

Commit

Permalink
Add missing dependencies!
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Jan 17, 2024
1 parent 8867f4a commit f4d8a49
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit f4d8a49

Please sign in to comment.