From 438248bcfb70157f9bf1ee56afc54ea368aa25fe Mon Sep 17 00:00:00 2001 From: Michael Waskom Date: Sat, 8 Oct 2022 09:13:33 -0400 Subject: [PATCH] Mark as non-compatibile with matplotlib 3.6.1 See https://github.com/matplotlib/matplotlib/issues/24127 for details --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a81df0eb47..3a1a207406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requires-python = ">=3.7" dependencies = [ "numpy>=1.17", "pandas>=0.25", - "matplotlib>=3.1", + "matplotlib>=3.1,!=3.6.1", "typing_extensions; python_version < '3.8'", ]