diff --git a/requirements.txt b/requirements.txt
index 5a9ba43aedcb920dba99e2879871de974065d105..54bc5c671711220505d56baafe750a227beb6bdc 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 3cb1674f39540d33e9622f611b83a718bb851366..3878c0312afcd9b3a2bfd6d25eadfa8d5b72e89e 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,