13 buildPythonPackage rec {
19 inherit pname version;
20 sha256 = "sha256-AE32sOoEsRFMeQ+t/kXUEl6w5TElxmqTQlr4U9gqtDI=";
23 propagatedBuildInputs = [ numpy scipy matplotlib flask pillow psycopg2 ];
29 # tests just hang most likely due to something with subprocesses and cli
32 pythonImportsCheck = [ "ase" ];
35 description = "Atomic Simulation Environment";
36 homepage = "https://wiki.fysik.dtu.dk/ase/";
37 license = licenses.lgpl21Plus;
38 maintainers = with maintainers; [ costrouc ];