From c847fbe6e447771204f28fda7c24d2da56aaa894 Mon Sep 17 00:00:00 2001 From: Anirudh Dagar Date: Tue, 19 Nov 2024 18:35:55 +0100 Subject: [PATCH] Add matplotlib in deps --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 57fbf51..e41d50e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,9 @@ dependencies = [ "langchain_aws>=0.2.2,<0.3", "pydantic>=2.9.2,<3.0", "hydra-core>=1.3", + # TODO: remove matplotlib later, as it is not used in AGA + # but needed for seamless pip install of autogluon.tabular[all] + "matplotlib>=3.9.2", "typer>=0.12.5", "rich>=13.8.1", "s3fs>=2024.9.0",