From 6bbdfbc78d09a09efa23ee81602f40398f803f7c Mon Sep 17 00:00:00 2001
From: "julie.mlls" <julie.mollies.pro@gmail.com>
Date: Mon, 27 Jan 2025 09:42:07 +0400
Subject: [PATCH] requirements update and dedefault value for cm_version in
 Tile

---
 requirements.txt   | 5 +++--
 sen2chain/tiles.py | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 5a9ba43..54bc5c6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
-eodag-sentinelsat~=0.4.1
-eodag~=2.12.1
+eodag-sentinelsat>=0.4.1
+eodag>=2.12.1
 fiona~=1.9.6
 geopandas~=0.14.4
 matplotlib~=3.9.0
@@ -17,3 +17,4 @@ sentinelsat~=1.2.1
 shapely~=2.0.4
 typing~=3.7.4
 urllib3~=2.2.2
+jpylyzer~=2.2.1
diff --git a/sen2chain/tiles.py b/sen2chain/tiles.py
index 3cb1674..3878c03 100644
--- a/sen2chain/tiles.py
+++ b/sen2chain/tiles.py
@@ -1551,7 +1551,7 @@ class Tile:
         reprocess: bool = False,
         nodata_clouds: bool = True,
         quicklook: bool = False,
-        cm_version: list = "CM001",
+        cm_version: list = "CM004",
         probability: int = 1,
         iterations: int = 5,
         cld_shad: bool = True,
-- 
GitLab