Commit a7685de5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.niaaml: add missing inputs

parent 66a24bc7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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