python313Packages.cirq-aqt: migrate to pythonRelaxDepsHook

This commit is contained in:
Peder Bergebakken Sundt
2025-02-24 10:47:14 +01:00
parent 9869d487b2
commit 70df703cfb
@@ -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 ];