From 9977792787f7017a5d6f7bb1e1ddfdee8efaf89b Mon Sep 17 00:00:00 2001 From: Gautier Solard <104368859+gsolard@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:14:34 +0200 Subject: [PATCH] Downgrade matplotlib to 3.9.0 (#6) --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 85050ae..17ecef3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires-python = ">=3.10,<4.0" dependencies = [ "aiohttp>=3.9.5,<4.0", "prometheus_client>=0.20.0,<1.0", - "matplotlib>=3.9.1,<4.0", + "matplotlib>=3.9.0,<4.0", "pydantic>=2.8.2,<3.0", "pydantic-settings>=2.3.4,<3.0", "requests>=2.32.3,<3.0", diff --git a/requirements.txt b/requirements.txt index 9b9c381..4d5d35e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp==3.9.5 prometheus_client==0.20.0 -matplotlib==3.9.1 +matplotlib==3.9.0 pydantic==2.8.2 pydantic-settings==2.3.4 requests==2.32.3