From b1e958fb971f3a6a41d94e7f46ec32913a2a3b6a Mon Sep 17 00:00:00 2001 From: Kristof Van Tricht Date: Thu, 30 May 2024 17:17:29 +0200 Subject: [PATCH] Uupdated requirements --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6b6133dd..d21dcc18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "rioxarray>=0.13.0", "loguru>=0.7.2", "h5netcdf>=1.2.0", - "openeo[localprocessing]", + "openeo", "cftime", "pytest-depends", "pyarrow", @@ -62,7 +62,7 @@ profile = "black" [tool.ruff] -# line-length = 100 +# line-length = 88 [tool.ruff.lint] select = ["E", "F"]