18 buildPythonPackage rec {
29 disabled = pythonOlder "3.5";
34 hash = "sha256-BfGR7sY0E9r+RXA1fC9uy1GXC+EFV1RKOvMyvGcf+aE=";
38 substituteInPlace pyproject.toml \
39 --replace-fail "numpy>=2.0.0" "numpy"
42 dontUseCmakeConfigure = true;
58 # pypi release does no include files for tests
61 pythonImportsCheck = [ "BoltzTraP2" ];
64 description = "Band-structure interpolator and transport coefficient calculator";
66 homepage = "http://www.boltztrap.org/";
67 license = licenses.gpl3Plus;