From ba0d86c1f7ed10a3534429bbe0aff6f49bcc2914 Mon Sep 17 00:00:00 2001 From: Victor Li Date: Thu, 10 Sep 2026 00:27:46 -0500 Subject: [PATCH] Remove Tigramite from runtime dependencies --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3281637..ffa5712 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,6 @@ dependencies = [ "networkx>=2.6.0", "matplotlib>=3.4.0", "tqdm>=4.60.0", - "tigramite>=5.0.0", ] [project.optional-dependencies]