From 00c67dd7fd608f82e60c822e118548eceeff57e2 Mon Sep 17 00:00:00 2001 From: AdamOrmondroyd Date: Tue, 3 Oct 2023 00:09:40 +0100 Subject: [PATCH] artificially restrict matplotlib --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d4486f6..cecbf854 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "scipy", "numpy", "pandas>=2.0.0,<2.2.0", - "matplotlib>=3.6.1,<3.9.0", + "matplotlib>=3.6.1,<3.8.0", ] classifiers = [ "Programming Language :: Python :: 3",