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

This commit is contained in:
annalee
2024-05-08 19:22:13 +00:00
parent 479e2144ec
commit 9f9f4ddd85
@@ -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 = [