diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9e3ee6a..4ca037d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] - YYYY-MM-DD +## [0.2.19] - 2023-05-05 + ### Changed - [#1211](https://github.com/equinor/webviz-subsurface/pull/1211) - `RftPlotter`: Parameter response view always displayed, also for sensitivity ensembles. Instead it is now possible to filter on SENSNAME. diff --git a/setup.py b/setup.py index d43d45012..e912f5ae3 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ "fmu-tools>=1.8", "geojson>=2.5.0", "jsonschema>=3.2.0", - "opm>=2020.10.1; sys_platform=='linux'", + "opm>=2020.10.1,<=2022.10; sys_platform=='linux'", "pandas>=1.1.5,<2.0", "pillow>=6.1", "pyarrow>=5.0.0",