Loading pkgs/development/python-modules/niaarm/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -6,15 +6,17 @@ nltk, numpy, pandas, plotly, poetry-core, pytestCheckHook, pythonOlder, scikit-learn, tomli, }: buildPythonPackage rec { pname = "niaarm"; version = "0.3.9"; version = "0.3.12"; format = "pyproject"; disabled = pythonOlder "3.9"; Loading @@ -23,9 +25,11 @@ buildPythonPackage rec { owner = "firefly-cpp"; repo = "NiaARM"; rev = "refs/tags/${version}"; hash = "sha256-J3126RSJYBCSyxoPsvsDgmx9E+9fP2h6avPiCHISL7c="; hash = "sha256-rYFfLtPJgIdSjRIzDIQeHwoQm9NrI6nM3/BF7wAMr1Y="; }; pythonRelaxDeps = [ "scikit-learn" ]; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ Loading @@ -33,6 +37,8 @@ buildPythonPackage rec { nltk numpy pandas plotly scikit-learn ] ++ lib.optionals (pythonOlder "3.11") [ tomli ]; disabledTests = [ Loading Loading
pkgs/development/python-modules/niaarm/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -6,15 +6,17 @@ nltk, numpy, pandas, plotly, poetry-core, pytestCheckHook, pythonOlder, scikit-learn, tomli, }: buildPythonPackage rec { pname = "niaarm"; version = "0.3.9"; version = "0.3.12"; format = "pyproject"; disabled = pythonOlder "3.9"; Loading @@ -23,9 +25,11 @@ buildPythonPackage rec { owner = "firefly-cpp"; repo = "NiaARM"; rev = "refs/tags/${version}"; hash = "sha256-J3126RSJYBCSyxoPsvsDgmx9E+9fP2h6avPiCHISL7c="; hash = "sha256-rYFfLtPJgIdSjRIzDIQeHwoQm9NrI6nM3/BF7wAMr1Y="; }; pythonRelaxDeps = [ "scikit-learn" ]; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ Loading @@ -33,6 +37,8 @@ buildPythonPackage rec { nltk numpy pandas plotly scikit-learn ] ++ lib.optionals (pythonOlder "3.11") [ tomli ]; disabledTests = [ Loading