···19 hash = "sha256-LACf8Xw+o/uJ3+PD/DE/o7nwKY7fv3NyYbpjCrTTnBU=";
20 };
2122+ # setup.py states version="dev", which is not a valid version string for setuptools
23+ # There has never been a formal stable release, so let's say 0.0 here.
24+ postPatch = ''
25+ substituteInPlace ./setup.py --replace 'version="dev",' 'version="0.0",'
26+ '';
27+28 propagatedBuildInputs = [
29 numpy
30 periodictable