mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
python312Packages.norfair: relax numpy constraint
and apply PEP517 lingo.
This commit is contained in:
parent
7ae858a18a
commit
e4c5bb4096
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user