diff --git a/pyproject.toml b/pyproject.toml index b80ede9f..29e8d327 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.11", "nbdime", "numpy", "pandas",