From 3af5b3327ef06049a4ccea8faa231ff6a46b2bda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 21:26:20 +0000 Subject: [PATCH] requirements: update matplotlib requirement 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.7.0...v3.10.9) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- tutorial_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d8199f32433..b4e00714381 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ graphviz>=0.20.0, <0.22.0 grpcio>=1.60.0, <1.81.0 leabra-psyneulink>=0.3.2, <0.3.3 llvmlite>=0.40, <0.48 -matplotlib>=3.7.0, <3.10.9 +matplotlib>=3.7.0, <3.10.10 modeci_mdf>=0.4.3, <0.4.14; (platform_machine == 'AMD64' or platform_machine == 'x86_64' or platform_machine == 'arm64' or platform_machine == 'aarch64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython' networkx>=2.6, <3.7 numpy>=1.21.0, <2.3.6 diff --git a/tutorial_requirements.txt b/tutorial_requirements.txt index 447684860a8..92332e134c3 100644 --- a/tutorial_requirements.txt +++ b/tutorial_requirements.txt @@ -1,3 +1,3 @@ graphviz<0.22.0 jupyter<1.1.2 -matplotlib>=3.7.0, <3.10.9 +matplotlib>=3.7.0, <3.10.10