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",