python312Packages.niaarm: 0.3.9 -> 0.3.12 (#345087)

This commit is contained in:
Peder Bergebakken Sundt
2024-10-01 01:40:11 +02:00
committed by GitHub

View File

@@ -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";
@@ -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 = [
@@ -33,6 +37,8 @@ buildPythonPackage rec {
nltk
numpy
pandas
plotly
scikit-learn
] ++ lib.optionals (pythonOlder "3.11") [ tomli ];
disabledTests = [