python312Packages.niapy: refactor

+2 -2
+2 -2
pkgs/development/python-modules/niapy/default.nix
··· 24 hash = "sha256-cT5CU1r3LZ9ValJwRUA0PaISmF6kXAz40alXbWYogGA="; 25 }; 26 27 - nativeBuildInputs = [ 28 poetry-core 29 ]; 30 31 - propagatedBuildInputs = [ 32 matplotlib 33 numpy 34 openpyxl
··· 24 hash = "sha256-cT5CU1r3LZ9ValJwRUA0PaISmF6kXAz40alXbWYogGA="; 25 }; 26 27 + build-system = [ 28 poetry-core 29 ]; 30 31 + dependencies = [ 32 matplotlib 33 numpy 34 openpyxl