From 0fc1d9e492a0cfd7b5594e98fc78297937271f68 Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Wed, 27 Mar 2024 16:12:49 +0100 Subject: [PATCH] - mypy install fix --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b093ec4..b14fb3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ colorcet = "*" matplotlib = "*" parfor = ">=2024.3.0" pytest = { version = "*", optional = true } +mypy = { version = "*", optional = true } [tool.poetry.extras] test = ["pytest", "mypy"]