From 13d04169ac4e6f2265f8cf3f6354784d7955278a Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Fri, 12 Apr 2024 12:11:32 +0100 Subject: [PATCH] test: pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 370b607..0206a4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ rtd = [ testing = [ "beautifulsoup4", "coverage", - "matplotlib", + "matplotlib==3.8.*", "myst-nb~=1.0.0", "pytest-cov", "pytest-regressions",