Merge pull request #275654 from fabaff/niapy-bump

python311Packages.niapy: 2.0.5 -> 2.1.0
This commit is contained in:
OTABI Tomoya 2023-12-21 11:36:07 +09:00 committed by GitHub
commit 0946f087d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,15 @@
, numpy
, openpyxl
, pandas
, poetry-core
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "niapy";
version = "2.0.5";
format = "setuptools";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -20,9 +21,13 @@ buildPythonPackage rec {
owner = "NiaOrg";
repo = "NiaPy";
rev = "refs/tags/${version}";
hash = "sha256-qstTxUo4jZ8YKbEjtDtSZUvR67VNkBQJdXeERJPOMDw=";
hash = "sha256-cT5CU1r3LZ9ValJwRUA0PaISmF6kXAz40alXbWYogGA=";
};
nativeBuildInputs = [
poetry-core
];
propagatedBuildInputs = [
matplotlib
numpy