From 6d779997bec128d11f54b53268428793e816a553 Mon Sep 17 00:00:00 2001 From: AdamOrmondroyd Date: Tue, 28 May 2024 13:15:46 +0100 Subject: [PATCH] allow matplotlib 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff1d6db3..aa901f08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "scipy", "numpy", "pandas~=2.2.0", - "matplotlib>=3.6.1,<3.9.0", + "matplotlib>=3.6.1,<3.10.0", ] classifiers = [ "Programming Language :: Python :: 3",