From 6e88faf3ddd5deae25deb0baaf37b25a49c2a059 Mon Sep 17 00:00:00 2001 From: georgedouzas Date: Thu, 7 Nov 2024 09:49:22 +0200 Subject: [PATCH] chore: Update MiniSom to fix breaking API changes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f696f7..f1168dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "numpy>=1.22", "scikit-learn>=1.3.2", "imbalanced-learn>=0.11.0", - "MiniSom>=2.3.2", + "MiniSom>=2.3.3", "typing-extensions>=4.8.0", ]