From a52e74e07150afd5d1e1c88404308396b81fe678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Berland?= Date: Fri, 30 Aug 2024 09:50:42 +0200 Subject: [PATCH] Update Ert requirements We need a fairly new one for using the newer plugin API --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3119fb1..2810290f 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "style": ["pre-commit"], "types": TYPES_REQUIREMENTS, "docs": DOCS_REQUIREMENTS, - "ert": ["ert>=2.38.0-b5"], + "ert": ["ert>=10.2.0b13"], } setup(