From 6fe1973c882b89c86265dca1240e790d8568484e Mon Sep 17 00:00:00 2001 From: "David R. Reich" <43832476+SiQube@users.noreply.github.com> Date: Fri, 22 Sep 2023 01:28:34 -0400 Subject: [PATCH] fix: restrict to matplotlib<3.8 until we fixed typing (#561) --- 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",