diff --git a/pyproject.toml b/pyproject.toml index bf839e94..1ea2c108 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,13 +65,13 @@ progress = [ "tqdm>=4.66", ] viz = [ - "matplotlib>=3.8", + "matplotlib>=3.11.1", ] [dependency-groups] lockfile_extras = [ "mne>=1.12.1", - "matplotlib>=3.8", + "matplotlib>=3.11.1", "tqdm>=4.66", ] @@ -86,7 +86,7 @@ test = [ doc = [ "mne>=1.12.1", - "matplotlib>=3.8", + "matplotlib>=3.11.1", "numpydoc>=1.6.0", "pydata-sphinx-theme>=0.15.2", "sphinx>=7.2.0",