entropice/pyproject.toml

63 lines
1.5 KiB
TOML
Raw Normal View History

2025-09-26 10:42:35 +02:00
[project]
name = "entropic-perma-risk"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [{ name = "Tobias Hölzer", email = "tobiashoelzer@hotmail.com" }]
requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.12.11",
"bokeh>=3.7.3",
2025-10-24 16:36:18 +02:00
"bottleneck>=1.6.0",
2025-09-26 10:42:35 +02:00
"cartopy>=0.24.1",
"cdsapi>=0.7.6",
2025-10-21 18:42:01 +02:00
"cyclopts>=4.0.0",
2025-09-26 10:42:35 +02:00
"dask>=2025.5.1",
"distributed>=2025.5.1",
"earthengine-api>=1.6.9",
"eemont>=2025.7.1",
"entropyc",
2025-09-26 10:42:35 +02:00
"flox>=0.10.4",
"folium>=0.19.7",
"geemap>=0.36.3",
2025-09-26 10:42:35 +02:00
"geopandas>=1.1.0",
"h3>=4.2.2",
"h5netcdf>=1.6.4",
"ipykernel>=6.29.5",
"ipywidgets>=8.1.7",
"mapclassify>=2.9.0",
"matplotlib>=3.10.3",
"netcdf4>=1.7.2",
2025-10-24 16:36:18 +02:00
"numba>=0.62.1",
"numbagg>=0.9.3",
2025-09-26 10:42:35 +02:00
"numpy>=2.3.0",
"odc-geo[all]>=0.4.10",
2025-10-24 16:36:18 +02:00
"opt-einsum>=3.4.0",
2025-09-26 10:42:35 +02:00
"pyarrow>=20.0.0",
"requests>=2.32.3",
"rich>=14.0.0",
"rioxarray>=0.19.0",
"scipy>=1.15.3",
2025-10-21 18:42:01 +02:00
"seaborn>=0.13.2",
"smart-geocubes[gee,dask,stac,viz]>=0.0.9",
2025-09-26 10:42:35 +02:00
"stopuhr>=0.0.10",
"xanimate",
"xarray>=2025.9.0",
2025-09-26 10:42:35 +02:00
"xdggs>=0.2.1",
"xvec>=0.5.1",
"zarr[remote]>=3.1.3",
2025-09-26 10:42:35 +02:00
]
2025-10-21 18:42:01 +02:00
[project.scripts]
create-grid = "steps.s0_0_grids.create_grid:main"
2025-10-24 18:34:37 +02:00
rts = "steps.s0_1_rts.rts:main"
2025-10-21 18:42:01 +02:00
alpha-earth = "steps.s1_0_alphaearth.alphaearth:main"
era5 = "steps.s1_1_era5.era5:cli"
[tool.uv]
package = true
2025-09-26 10:42:35 +02:00
[tool.uv.sources]
entropyc = { git = "ssh://git@github.com/AlbertEMC2Stein/entropyc", branch = "refactor/tobi" }
2025-09-26 10:42:35 +02:00
xanimate = { git = "https://github.com/davbyr/xAnimate" }