diff --git a/pyproject.toml b/pyproject.toml index 8db6ec81..04be519c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,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",