Unverified Commit ec78e5d5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.niapy: 2.3.1 -> 2.5.1 (#352133)

parents 847bfa24 a7685de5
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
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "niapy";
  version = "2.3.1";
  version = "2.5.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "NiaOrg";
    repo = "NiaPy";
    rev = "refs/tags/v${version}";
    hash = "sha256-cT5CU1r3LZ9ValJwRUA0PaISmF6kXAz40alXbWYogGA=";
    hash = "sha256-+5tXwubKdhkcv5NjO/DglK+WJfsJ3AzVx/Y/byDBmGo=";
  };

  build-system = [ poetry-core ];