From 1e691bed4d7f7740fe1c4b4571aa608b403d5bb8 Mon Sep 17 00:00:00 2001 From: adamgayoso Date: Thu, 6 Feb 2025 19:46:31 +0000 Subject: [PATCH] add louvain and leidenalg to dev dependencies --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c58256d..b790025 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,14 @@ Documentation = "https://doubletdetection.readthedocs.io/" Homepage = "https://github.com/JonathanShor/DoubletDetection" [project.optional-dependencies] -dev = ["black>=20.8b1", "flake8>=3.7.7", "pre-commit>=2.7.1", "pytest>=4.4"] +dev = [ + "black>=20.8b1", + "flake8>=3.7.7", + "pre-commit>=2.7.1", + "pytest>=4.4", + "louvain", + "leidenalg", +] docs = [ "sphinx>=4.1,<4.4", "sphinx-autodoc-typehints",