From 89fe334de719e1db2343e8f6b85d4101b2d11912 Mon Sep 17 00:00:00 2001 From: gcroci2 Date: Mon, 17 Jun 2024 16:48:12 +0200 Subject: [PATCH] fix markov-clustering dep --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a796ec9c..81c71412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ ] dependencies = [ "notebook >= 7.0.6", - "markov_clustering >= 0.0.6", + "markov-clustering >= 0.0.6", "tensorboard>=0.9.0", "protobuf >= 3.20.1", "dill >= 0.3.8",