diff --git a/pyproject.toml b/pyproject.toml index 6a62fa0e..0908112d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ testing = [ "ipywidgets>=8", "jupytext>=1.11.2", # Matplotlib outputs are sensitive to the matplotlib version - "matplotlib==3.7.*", + "matplotlib>=3.7,<3.10", "nbdime", "numpy", "pandas",