Skip to content

Commit

Permalink
python312Packages.niapy: 2.3.1 -> 2.5.1 (#352133)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 30, 2024
2 parents 847bfa2 + a7685de commit ec78e5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/niapy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

disabled = pythonOlder "3.7";
Expand All @@ -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 ];
Expand Down

0 comments on commit ec78e5d

Please sign in to comment.