From 7cb71f2f47deac63c57a887062a225a3506baf32 Mon Sep 17 00:00:00 2001 From: Ricky O'Steen Date: Wed, 5 Jun 2024 10:38:15 -0400 Subject: [PATCH] Support min version based on https://scientific-python.org/specs/spec-0000/ --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72d9a5c08e..c10bfc22fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ dependencies = [ "packaging", "astropy>=6", - "matplotlib>=3.8.4", + "matplotlib>=3.6", "traitlets>=5.0.5", "bqplot>=0.12.37", "bqplot-image-gl>=1.4.11",