Skip to content

Commit

Permalink
Fix CI with sertit 1.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Sep 25, 2024
1 parent 1161819 commit 507da9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CI/scripts_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ def broken_s2_path():
return get_ci_db_dir().joinpath("broken_s2")


def s3_env(function):
return unistra.s3_env(use_s3_env_var=CI_EOREADER_S3)(function)
def s3_env(*args, **kwargs):
return unistra.s3_env(use_s3_env_var=CI_EOREADER_S3, *args, **kwargs)


def compare(to_be_checked, ref, topic):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ shapely>=2.0.0
spyndex>=0.3.0

# SERTIT libs
sertit[full]>=1.42.0
sertit[full]>=1.42.1

# Optimizations
dask[complete]>=2024.5.1 # numpy >= 2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"rioxarray>=0.10.0",
"odc-geo>=0.4.6",
"geopandas>=1.0.0",
"sertit[full]>=1.42.0",
"sertit[full]>=1.42.1",
"spyndex>=0.3.0",
"pyresample",
"zarr",
Expand Down

0 comments on commit 507da9d

Please sign in to comment.