From c839f0a4629141f5fa531283c004bf5289a915a3 Mon Sep 17 00:00:00 2001 From: Eachan Johnson Date: Sat, 5 Oct 2024 14:33:29 +0100 Subject: [PATCH] Pin openpyxl version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4c6cb20..ec2256f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,8 +35,8 @@ dependencies = [ [project.optional-dependencies] deep = ["tensorflow"] -mpl = ["pandas", "matplotlib", "numpy"] -pd = ["pandas"] +pd = ["pandas", "openpyxl==3.1.0"] +mpl = ["carabiner-tools[pd]", "matplotlib", "numpy"] all = ["carabiner-tools[deep,mpl,pd]"]