From 0f698c90949d78d0d18ffd93e12eaa341a255f33 Mon Sep 17 00:00:00 2001 From: "Daniel G. Krakowczyk" Date: Tue, 10 Oct 2023 09:24:19 +0200 Subject: [PATCH] increase matplotlib version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbb022105..206f6836a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Typing :: Typed" ] dependencies = [ - "matplotlib>=3.0.0,<3.9", + "matplotlib>=3.3.0,<3.9", "numpy>=1.10.0,<2", "pandas>1.0.0,<3", "polars>=0.19.0,<0.20.0",