Skip to content

Commit

Permalink
Remove matplotlib dependency (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhDagar authored Nov 19, 2024
1 parent 0906e89 commit 6e6eafa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ML Assistant for Competitive Machine Learning
Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AutoGluon Assistant

[![Python Versions](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)](https://pypi.org/project/autogluon-assistant/)
[![Python Versions](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)](https://pypi.org/project/autogluon.assistant/)
[![GitHub license](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE)
[![Continuous Integration](https://github.com/autogluon/autogluon-assistant/actions/workflows/lint.yml/badge.svg)](https://github.com/autogluon/autogluon-assistant/actions/workflows/lint.yml)

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies = [
"langchain_aws>=0.2.2,<0.3",
"pydantic>=2.9.2,<3.0",
"hydra-core>=1.3",
"matplotlib>=3.9.2",
"typer>=0.12.5",
"rich>=13.8.1",
"s3fs>=2024.9.0",
Expand Down

0 comments on commit 6e6eafa

Please sign in to comment.