Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python311Packages.niaarm: update disabled python version and add missing inputs

authored by OTABI Tomoya and committed by GitHub 47e2a5df 82fbe682

+6 -1
+6 -1
pkgs/development/python-modules/niaarm/default.nix
··· 3 3 , fetchFromGitHub 4 4 , niapy 5 5 , nltk 6 + , numpy 6 7 , pandas 7 8 , poetry-core 8 9 , pytestCheckHook 9 10 , pythonOlder 11 + , tomli 10 12 }: 11 13 12 14 buildPythonPackage rec { ··· 14 16 version = "0.3.5"; 15 17 format = "pyproject"; 16 18 17 - disabled = pythonOlder "3.7"; 19 + disabled = pythonOlder "3.9"; 18 20 19 21 src = fetchFromGitHub { 20 22 owner = "firefly-cpp"; ··· 30 32 propagatedBuildInputs = [ 31 33 niapy 32 34 nltk 35 + numpy 33 36 pandas 37 + ] ++ lib.optionals (pythonOlder "3.11") [ 38 + tomli 34 39 ]; 35 40 36 41 disabledTests = [