13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-cT5CU1r3LZ9ValJwRUA0PaISmF6kXAz40alXbWYogGA=";
31 propagatedBuildInputs = [
42 pythonImportsCheck = [
47 description = "Micro framework for building nature-inspired algorithms";
48 homepage = "https://niapy.org/";
49 changelog = "https://github.com/NiaOrg/NiaPy/releases/tag/${version}";
50 license = licenses.mit;
51 maintainers = with maintainers; [ fab ];