From ea3f530d01cfa817989e91ce9a6381d9cb807074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 08:32:44 +0000 Subject: [PATCH] Update matplotlib requirement from <4.0,>=3.3 to >=3.9.4,<4.0 Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.3.0...v3.9.4) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.9.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66c5126f..9b554790 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # Keep in sync with references in CITATION.cff. gsd >=1.0, <3.0 importlib-resources >=2.0, <7.0 -matplotlib >=3.3, <4.0 +matplotlib >=3.9.4, <4.0 MDAnalysis >=2.0, <2.1 numpy >=1.15, <2.0 psutil >=5.0, <8.0