10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-s9FuwnsLTTazWzBq9AwAzQs05eCp4wpx7QJJDolUomo=";
22 propagatedBuildInputs = [
30 pythonImportsCheck = [ "fstpso" ];
33 description = "Fuzzy Self-Tuning PSO global optimization library";
34 homepage = "https://github.com/aresio/fst-pso";
35 license = with licenses; [ lgpl3Only ];
36 maintainers = with maintainers; [ fab ];