- mypy install fix

This commit is contained in:
Wim Pomp
2024-03-27 16:12:49 +01:00
parent 77b9e432db
commit 0fc1d9e492

View File

@@ -18,6 +18,7 @@ colorcet = "*"
matplotlib = "*" matplotlib = "*"
parfor = ">=2024.3.0" parfor = ">=2024.3.0"
pytest = { version = "*", optional = true } pytest = { version = "*", optional = true }
mypy = { version = "*", optional = true }
[tool.poetry.extras] [tool.poetry.extras]
test = ["pytest", "mypy"] test = ["pytest", "mypy"]