19 buildPythonPackage rec {
22 format = "setuptools";
24 disabled = pythonOlder "3.7";
27 inherit pname version;
28 hash = "sha256-QiVyYojI/xs7wYl3umhky0j+xzptNS7Fv+fLMRy/4jc=";
31 propagatedBuildInputs = [
46 pythonImportsCheck = [ "fastai" ];
49 homepage = "https://github.com/fastai/fastai";
50 description = "The fastai deep learning library";
51 mainProgram = "configure_accelerate";
52 changelog = "https://github.com/fastai/fastai/blob/${version}/CHANGELOG.md";
53 license = licenses.asl20;
54 maintainers = with maintainers; [ rxiao ];