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 , pythonOlder 5 , poetry-core 6 , pytestCheckHook 7 , numpy 8 , typing-extensions 9 , xarray ··· 25 26 nativeBuildInputs = [ 27 poetry-core 28 ]; 29 30 propagatedBuildInputs = [
··· 4 , pythonOlder 5 , poetry-core 6 , pytestCheckHook 7 + , pythonRelaxDepsHook 8 , numpy 9 , typing-extensions 10 , xarray ··· 26 27 nativeBuildInputs = [ 28 poetry-core 29 + pythonRelaxDepsHook 30 + ]; 31 + 32 + pythonRelaxDeps = [ 33 + "xarray" 34 ]; 35 36 propagatedBuildInputs = [