Skip to content

Commit

Permalink
Add matplotlib in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhDagar committed Nov 19, 2024
1 parent 6e6eafa commit c847fbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c847fbe

Please sign in to comment.