diff --git a/CHANGELOG.md b/CHANGELOG.md index f7464c319..b7f214833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [10.4.2] + +### Changed +- Increased memory requirement for the `CREATE_MEASUREMENT_GEOTIFF` step of `OPERA_DISP_TMS` jobs. + ## [10.4.1] ### Added diff --git a/job_spec/OPERA_DISP_TMS.yml b/job_spec/OPERA_DISP_TMS.yml index d14fb7b09..d6930216f 100644 --- a/job_spec/OPERA_DISP_TMS.yml +++ b/job_spec/OPERA_DISP_TMS.yml @@ -40,7 +40,7 @@ OPERA_DISP_TMS: timeout: 1800 # 30 min compute_environment: Default vcpu: 1 - memory: 40000 + memory: 63500 secrets: - EARTHDATA_USERNAME - EARTHDATA_PASSWORD diff --git a/requirements-all.txt b/requirements-all.txt index 1aa80588b..54e476805 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -12,7 +12,7 @@ PyYAML==6.0.2 responses==0.25.7 ruff==0.11.6 mypy==1.15.0 -setuptools==79.0.0 -setuptools_scm==8.2.1 +setuptools==80.0.0 +setuptools_scm==8.3.1 openapi-spec-validator==0.7.1 cfn-lint==1.34.1