Skip to content

Commit

Permalink
python312Packages.niaaml: add missing inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 29, 2024
1 parent 66a24bc commit a7685de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/niaaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
loguru,
niapy,
numpy,
pandas,
Expand All @@ -10,6 +11,7 @@
pythonOlder,
scikit-learn,
toml-adapt,
typer,
}:

buildPythonPackage rec {
Expand All @@ -34,10 +36,12 @@ buildPythonPackage rec {
];

propagatedBuildInputs = [
loguru
niapy
numpy
pandas
scikit-learn
typer
];

# create scikit-learn and niapy deps version consistent
Expand Down

0 comments on commit a7685de

Please sign in to comment.