19 lines
401 B
TOML
19 lines
401 B
TOML
[project]
|
|
name = "swot-flow-pipeline"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"earthaccess>=0.18.0",
|
|
"earthengine-api>=1.7.33",
|
|
"geopandas>=1.1.4",
|
|
"matplotlib>=3.11.0",
|
|
"numpy>=2.5.1",
|
|
"openpyxl>=3.1.5",
|
|
"pandas>=3.0.3",
|
|
"pyyaml>=6.0.3",
|
|
"rasterio>=1.5.0",
|
|
"tqdm>=4.68.3",
|
|
]
|