From 37b8fa071ff111feabbd98f75e2c9dd95cf17b79 Mon Sep 17 00:00:00 2001 From: Fotis Balampanis Date: Mon, 14 Oct 2024 13:00:14 +0300 Subject: [PATCH] Bump version of cdsetool --- noa-harvester/pyproject.toml | 2 +- noa-harvester/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/noa-harvester/pyproject.toml b/noa-harvester/pyproject.toml index bb0a6f4..6f9357c 100644 --- a/noa-harvester/pyproject.toml +++ b/noa-harvester/pyproject.toml @@ -14,7 +14,7 @@ requires-python = ">=3.11.8" dependencies = [ "build>=1.1.1", "click>=8.1.7", - "cdsetool>=0.2.8", + "cdsetool>=0.2.13", "earthaccess>=0.9.0", "pyproj>=3.6.1", "pyshp>=2.3.1", diff --git a/noa-harvester/requirements.txt b/noa-harvester/requirements.txt index e3666d3..8cebd0c 100644 --- a/noa-harvester/requirements.txt +++ b/noa-harvester/requirements.txt @@ -1,4 +1,4 @@ -cdsetool==0.2.12 +cdsetool==0.2.13 click==8.1.7 earthaccess==0.9.0 pyproj==3.6.1