From a7b9ae076b2177c05deff6890bfe8a8595d43191 Mon Sep 17 00:00:00 2001 From: Vipul Date: Wed, 5 Jun 2024 17:31:51 -0700 Subject: [PATCH] restrict matplotlib version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb74abeac..f999c9fac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dependencies = [ "fsspec>=0.8.7", "gitpython>=3.1.2", "jinja2>=2.11.2", - "matplotlib>=3.1.3", + "matplotlib>=3.1.3, <=3.8.4", "numpy>=1.19.2", "oci>=2.125.3", "ocifs>=1.1.3",