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 = [