python312Packages.niaarm: 0.3.9 -> 0.3.12 (#345087)
This commit is contained in:
@@ -6,15 +6,17 @@
|
|||||||
nltk,
|
nltk,
|
||||||
numpy,
|
numpy,
|
||||||
pandas,
|
pandas,
|
||||||
|
plotly,
|
||||||
poetry-core,
|
poetry-core,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
|
scikit-learn,
|
||||||
tomli,
|
tomli,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "niaarm";
|
pname = "niaarm";
|
||||||
version = "0.3.9";
|
version = "0.3.12";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@@ -23,9 +25,11 @@ buildPythonPackage rec {
|
|||||||
owner = "firefly-cpp";
|
owner = "firefly-cpp";
|
||||||
repo = "NiaARM";
|
repo = "NiaARM";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-J3126RSJYBCSyxoPsvsDgmx9E+9fP2h6avPiCHISL7c=";
|
hash = "sha256-rYFfLtPJgIdSjRIzDIQeHwoQm9NrI6nM3/BF7wAMr1Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pythonRelaxDeps = [ "scikit-learn" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ poetry-core ];
|
nativeBuildInputs = [ poetry-core ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@@ -33,6 +37,8 @@ buildPythonPackage rec {
|
|||||||
nltk
|
nltk
|
||||||
numpy
|
numpy
|
||||||
pandas
|
pandas
|
||||||
|
plotly
|
||||||
|
scikit-learn
|
||||||
] ++ lib.optionals (pythonOlder "3.11") [ tomli ];
|
] ++ lib.optionals (pythonOlder "3.11") [ tomli ];
|
||||||
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
|
|||||||
Reference in New Issue
Block a user