You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "OpenEO implementation of the EFAST Sentinel-2/3 fusion algortihm"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"click>=8.2.1",
"openeo>=0.44.0",
"pytest>=8.3.5",
"scipy>=1.15.3",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.pytest.ini_options]
markers = [
"openeo: marks test as requiring a connection to an openeo backend. openeo tests are always slow to execute (deselect with '-m \"not openeo\")",
"manual: marks test as requiring manual inspection, the test only produces a result and does not check its correctnes. (deselect with '-m \"not manual\")"