14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
24 rev = "refs/tags/${version}";
25 sha256 = "sha256-md1e/cOIOQKoB760E5hjzjCsC5tS1CzgqAPTeVtrmuo=";
33 propagatedBuildInputs = [
40 # create scikit-learn dep version consistent
42 toml-adapt -path pyproject.toml -a change -dep scikit-learn -ver X
49 pythonImportsCheck = [
54 description = "A framework for solving classification tasks using Nature-inspired algorithms";
55 homepage = "https://github.com/lukapecnik/NiaClass";
56 license = licenses.mit;
57 maintainers = with maintainers; [ firefly-cpp ];