Dependencies#
requires-python = ">=3.8"
dependencies = [
"geopandas>=0.11",
# Only limit if rich actually requires changes
"typer[all]>=0.6",
"pydantic>=1.8",
"fastcore>=1.3",
"natsort>=8",
"pygeos>=0.12",
"pyarrow>=6",
"appdirs>=1.4",
# typer is only required for CLI interface, but can
# be listed as true dependency in my opinion
"bigearthnet-common>=2.4",
]