python312Packages.niaaml: add missing inputs
This commit is contained in:
parent
66a24bc77a
commit
a7685de5b4
@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
loguru,
|
||||
niapy,
|
||||
numpy,
|
||||
pandas,
|
||||
@ -10,6 +11,7 @@
|
||||
pythonOlder,
|
||||
scikit-learn,
|
||||
toml-adapt,
|
||||
typer,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -34,10 +36,12 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
loguru
|
||||
niapy
|
||||
numpy
|
||||
pandas
|
||||
scikit-learn
|
||||
typer
|
||||
];
|
||||
|
||||
# create scikit-learn and niapy deps version consistent
|
||||
|
Loading…
Reference in New Issue
Block a user