From 70df703cfbbebc88155510ba7358ab28704d0972 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 21 Feb 2025 17:42:27 +0100 Subject: [PATCH] python313Packages.cirq-aqt: migrate to pythonRelaxDepsHook --- pkgs/development/python-modules/cirq-core/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/cirq-core/default.nix b/pkgs/development/python-modules/cirq-core/default.nix index 862b698762e7..999954614b91 100644 --- a/pkgs/development/python-modules/cirq-core/default.nix +++ b/pkgs/development/python-modules/cirq-core/default.nix @@ -49,10 +49,7 @@ buildPythonPackage rec { sourceRoot = "${src.name}/${pname}"; - postPatch = '' - substituteInPlace requirements.txt \ - --replace-fail "matplotlib~=3.0" "matplotlib" - ''; + pythonRelaxDeps = [ "matplotlib" ]; build-system = [ setuptools ];