python312Packages.norfair: relax numpy constraint

and apply PEP517 lingo.
This commit is contained in:
Martin Weinelt 2024-11-13 21:45:41 +01:00
parent 7ae858a18a
commit e4c5bb4096
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -25,13 +25,14 @@ buildPythonPackage rec {
hash = "sha256-aKB5TYSLW7FOXIy9u2hK7px6eEmIQdKPrhChKaU1uYs=";
};
nativeBuildInputs = [
poetry-core
build-system = [ poetry-core ];
pythonRelaxDeps = [
"numpy"
"rich"
];
pythonRelaxDeps = [ "rich" ];
propagatedBuildInputs = [
dependencies = [
filterpy
importlib-metadata
numpy