From 29184d79fafd851f7f99926042c595eecd39cd48 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 14 May 2026 19:32:55 +0200 Subject: [PATCH] python3Packages.matplotlib: relax setuptools-scm constraint --- pkgs/development/python-modules/matplotlib/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/matplotlib/default.nix b/pkgs/development/python-modules/matplotlib/default.nix index ff7fb38852a5..2311afef7a39 100644 --- a/pkgs/development/python-modules/matplotlib/default.nix +++ b/pkgs/development/python-modules/matplotlib/default.nix @@ -100,7 +100,8 @@ buildPythonPackage rec { '' + '' substituteInPlace pyproject.toml \ - --replace-fail "meson-python>=0.13.1,<0.17.0" meson-python + --replace-fail "meson-python>=0.13.1,<0.17.0" meson-python \ + --replace-fail "setuptools_scm>=7,<10" setuptools_scm patchShebangs tools ''