From 06a4a8a26755a2aefd3d8629cf80059afe2876ce Mon Sep 17 00:00:00 2001 From: rchan Date: Tue, 17 Oct 2023 11:08:11 +0100 Subject: [PATCH] add pynndescent to dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 03c7bc2..767f6cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ dependencies = [ "sktime", "numpy", "scikit-learn", + "pynndescent", "matplotlib", "numba", ]