From 5edffd7fdac0e125f19bcaaeb7fe1ea4cb7d8b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Fredrik=20Ki=C3=A6r?= <31612826+anders-kiaer@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:26:49 +0100 Subject: [PATCH] Reverting `opm` unpinning due to current Docker image incompatibility (#1259) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 872813e4b..acdfcbb77 100644 --- a/setup.py +++ b/setup.py @@ -98,7 +98,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",