From 191433636ce0c784c0e575c9ddfd7b826236d371 Mon Sep 17 00:00:00 2001 From: Thomas Mansencal Date: Mon, 28 Aug 2023 20:52:10 +1200 Subject: [PATCH] Update "pyproject.toml" file. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1339ac..3b1f6ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ exclude = [ [tool.poetry.dependencies] python = ">= 3.9, < 3.12" -colour-science = ">= 0.4.2" +colour-science = ">= 0.4.3" imageio = ">= 2, < 3" numpy = ">= 1.22, < 2" opencv-python = ">= 4, < 5"