1 { lib, buildPythonPackage, fetchPypi, numpy, matplotlib, nose }:
3 buildPythonPackage rec {
9 hash = "sha256-zAHemJLfp9G8mAPasoiS/q0XfwGCyB20c2CiQOrXeP8=";
12 propagatedBuildInputs = [ numpy matplotlib ];
14 nativeCheckInputs = [ nose ];
16 nosetests --verbosity=3
20 description = "DEAP is a novel evolutionary computation framework for rapid prototyping and testing of ideas.";
21 homepage = "https://github.com/DEAP/deap";
22 license = licenses.lgpl3;
23 maintainers = with maintainers; [ psyanticy ];