Unverified Commit e4c5bb40 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.norfair: relax numpy constraint

and apply PEP517 lingo.
parent 7ae858a1
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -25,13 +25,14 @@ buildPythonPackage rec {
    hash = "sha256-aKB5TYSLW7FOXIy9u2hK7px6eEmIQdKPrhChKaU1uYs=";
  };

  nativeBuildInputs = [
    poetry-core
  ];
  build-system = [ poetry-core ];

  pythonRelaxDeps = [ "rich" ];
  pythonRelaxDeps = [
    "numpy"
    "rich"
  ];

  propagatedBuildInputs = [
  dependencies = [
    filterpy
    importlib-metadata
    numpy