python31{1,2}Packages.xarray-dataclasses: relax xarray dep
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user