Unverified Commit 9f9f4ddd authored by annalee's avatar annalee
Browse files

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

parent 479e2144
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 = [