From 97154ad572a9f02de9f31a59380291dd284f0a39 Mon Sep 17 00:00:00 2001 From: SiQube Date: Fri, 15 Sep 2023 09:41:22 -0400 Subject: [PATCH] fix matplotlib<3.8 until we fixed typing --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d50f1b34e..d157d537f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ "Typing :: Typed" ] dependencies = [ - "matplotlib>=3.0.0,<4", + "matplotlib>=3.0.0,<3.8", "numpy>=1.10.0,<2", "pandas>1.0.0,<3", "polars>=0.19.0,<0.20.0",