From 2a19fa94b1c9cc700ccfb8a5610b54cc6d45cc80 Mon Sep 17 00:00:00 2001 From: Quentin Haenn <83473151+quentinhaenn@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:57:09 +0200 Subject: [PATCH] Update pyproject.toml Updated doc dependencies to include pandas that broke some CI/CD pipelines --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index deb1997..2bc50a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,7 @@ dev = [ ] doc = [ + "pandas", "networkx>=3.3", "sphinx>=8.1.3", "sphinx_gallery>=0.18.0",