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

python31{1,2}Packages.xarray-dataclasses: relax xarray dep
This commit is contained in:
Weijia Wang
2024-05-08 22:51:48 +02:00
committed by GitHub
@@ -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 = [