From 6eb18a68e3b37cba549b54d1254dfb0f40c5f3d8 Mon Sep 17 00:00:00 2001 From: drodarie Date: Thu, 9 Jan 2025 15:02:21 +0100 Subject: [PATCH] fix: drop dependency to colour --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7c64bfb..27ad93dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,6 @@ dependencies = [ "numpy~=1.19", "scipy~=1.5", "scikit-learn~=1.0", - "colour~=0.1", "errr~=1.2", "rtree~=1.0", "psutil~=5.8",