From 5f2897bfecae75481f9f0e70d690c78f6b3ce6da Mon Sep 17 00:00:00 2001 From: veenstrajelmer Date: Mon, 23 Oct 2023 13:11:48 +0200 Subject: [PATCH] updated minimal meshkernel requirement in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d21a3039f..0781ef117 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ netCDF4 = "^1.5" numpy = "^1.21" pydantic = "~1.10" lxml = "^4.6" -meshkernel = "^2.0.2" +meshkernel = "^3.0.0" [tool.poetry.dev-dependencies] pytest = "^6.2"