From 070f2566695ae9b4a9ad0cbadcce4ac45d92ca36 Mon Sep 17 00:00:00 2001 From: Anirudh Dagar Date: Tue, 19 Nov 2024 16:22:09 +0100 Subject: [PATCH] remove matplotlib as dependency --- NOTICE | 2 +- README.md | 2 +- pyproject.toml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/NOTICE b/NOTICE index 4c3ee30..4d8c534 100644 --- a/NOTICE +++ b/NOTICE @@ -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. diff --git a/README.md b/README.md index 00dd863..6123f7d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 254b016..57fbf51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",