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