python312Packages.niapy: refactor

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