Merge pull request #310185 from annaleeleaves/xarray-dataclass-fix

python31{1,2}Packages.xarray-dataclasses: relax xarray dep

authored by Weijia Wang and committed by GitHub 5e3c77ef d5ce1159

+6
+6
pkgs/development/python-modules/xarray-dataclasses/default.nix
··· 4 4 , pythonOlder 5 5 , poetry-core 6 6 , pytestCheckHook 7 + , pythonRelaxDepsHook 7 8 , numpy 8 9 , typing-extensions 9 10 , xarray ··· 25 26 26 27 nativeBuildInputs = [ 27 28 poetry-core 29 + pythonRelaxDepsHook 30 + ]; 31 + 32 + pythonRelaxDeps = [ 33 + "xarray" 28 34 ]; 29 35 30 36 propagatedBuildInputs = [