From 7bae7f002790dff06fd558b458f9288d8c0877e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:59:51 +0000 Subject: [PATCH] Update dependency matplotlib to v3.10.8 --- conda-environment.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-environment.yml b/conda-environment.yml index 7ecfd182d..6cdc8fe0d 100644 --- a/conda-environment.yml +++ b/conda-environment.yml @@ -8,7 +8,7 @@ dependencies: - python=3.12.9 - _python_rc=1 # Needed on Mac since Python >= 3.12 - jupyter=1.1.1 - - matplotlib=3.10.7 + - matplotlib=3.10.8 - nbconvert=7.16.6 - nbconvert-webpdf=7.16.6 - numpy=1.26.4 diff --git a/requirements.txt b/requirements.txt index bc4249a98..ea622c8fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # --- Core tools --- jupyter==1.1.1 -matplotlib==3.10.7 +matplotlib==3.10.8 nbconvert[webpdf]==7.16.6 numpy==1.26.4 pandas==2.3.3