From 40edddbd27a17a4f8d15ef65e37e4db151cb827f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:08:27 +0000 Subject: [PATCH] Bump earthengine-api from 0.1.391 to 1.7.4 Bumps [earthengine-api](https://github.com/google/earthengine-api) from 0.1.391 to 1.7.4. - [Release notes](https://github.com/google/earthengine-api/releases) - [Commits](https://github.com/google/earthengine-api/compare/v0.1.391...v1.7.4) --- updated-dependencies: - dependency-name: earthengine-api dependency-version: 1.7.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a655a7..006807b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "einops==0.7.0", "torch==2.2.1", "torchvision==0.17.1", - "earthengine-api==0.1.391", + "earthengine-api==1.7.4", "rioxarray==0.15.1", "rasterio==1.3.10", "tqdm==4.66.2",