From 9f9f4ddd85cdecf92abaff3e2fe0bde1825a3295 Mon Sep 17 00:00:00 2001 From: annalee <168274788+annaleeleaves@users.noreply.github.com> Date: Wed, 8 May 2024 19:22:13 +0000 Subject: [PATCH] python31{1,2}Packages.xarray-dataclasses: relax xarray dep --- .../python-modules/xarray-dataclasses/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/python-modules/xarray-dataclasses/default.nix b/pkgs/development/python-modules/xarray-dataclasses/default.nix index aae2cdd7f1d7..44d19a689008 100644 --- a/pkgs/development/python-modules/xarray-dataclasses/default.nix +++ b/pkgs/development/python-modules/xarray-dataclasses/default.nix @@ -4,6 +4,7 @@ , pythonOlder , poetry-core , pytestCheckHook +, pythonRelaxDepsHook , numpy , typing-extensions , xarray @@ -25,6 +26,11 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core + pythonRelaxDepsHook + ]; + + pythonRelaxDeps = [ + "xarray" ]; propagatedBuildInputs = [