From e6b32092ba5210e8fcbc9424e34b3d4823aac5a6 Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Sun, 19 Nov 2023 17:45:52 +0100 Subject: [PATCH] removed type_enforced dependency to check if the new release works for meshkernel --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c7384bc8..9704c928f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ numpy = "^1.21" pydantic = "~1.10" lxml = "^4.6" meshkernel = "^3.0.0" -type-enforced = "0.0.16" [tool.poetry.dev-dependencies] pytest = "^6.2"