Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion job_spec/OPERA_DISP_TMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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